X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilepicker.h;fp=src%2Fgui%2Ffilepicker.h;h=16edee964c614c6b6348c09879dc54821e35123e;hb=b79e71ad6d2f71a2c1ccacb3d37ff02be60f2538;hp=a8c588847614cd9896000747618f5a09f2b06b4b;hpb=85fb2fe5f5a002a261e6b873b8393e085990a700;p=virtualjaguar diff --git a/src/gui/filepicker.h b/src/gui/filepicker.h index a8c5888..16edee9 100644 --- a/src/gui/filepicker.h +++ b/src/gui/filepicker.h @@ -21,7 +21,7 @@ class FilePickerWindow: public QWidget public slots: void AddFileToList(unsigned long index); - void AddFileToList2(unsigned long index, QString, QImage *); + void AddFileToList2(unsigned long index, QString, QImage *, unsigned long size); void UpdateSelection(const QModelIndex &, const QModelIndex &); protected: