]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filepicker.h
Fixed random crashes due to QImage corruption.
[virtualjaguar] / src / gui / filepicker.h
index f0b5143babc52667575149808d9a2c5756fc8555..16edee964c614c6b6348c09879dc54821e35123e 100644 (file)
@@ -21,6 +21,8 @@ class FilePickerWindow: public QWidget
 
        public slots:
                void AddFileToList(unsigned long index);
+               void AddFileToList2(unsigned long index, QString, QImage *, unsigned long size);
+               void UpdateSelection(const QModelIndex &, const QModelIndex &);
 
        protected:
 //             void PopulateList(void);
@@ -28,7 +30,9 @@ class FilePickerWindow: public QWidget
        private:
                QListWidget * fileList2;
                FileThread * fileThread;
-//             QAbstractItemModel * model;
                FileListModel * model;
                QListView * fileList;
+               QLabel * cartImage;
+               QLabel * title;
+               QLabel * data;
 };