]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filepicker.h
Fixed random crashes due to QImage corruption.
[virtualjaguar] / src / gui / filepicker.h
index a8c588847614cd9896000747618f5a09f2b06b4b..16edee964c614c6b6348c09879dc54821e35123e 100644 (file)
@@ -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: