]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filepicker.h
Fixed random crashes due to QImage corruption.
[virtualjaguar] / src / gui / filepicker.h
index 447162efb7ccb56f491169c887f0cb2288e655e4..16edee964c614c6b6348c09879dc54821e35123e 100644 (file)
@@ -21,7 +21,8 @@ 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:
 //             void PopulateList(void);
@@ -29,7 +30,9 @@ class FilePickerWindow: public QWidget
        private:
                QListWidget * fileList2;
                FileThread * fileThread;
-//             QAbstractItemModel * model;
                FileListModel * model;
                QListView * fileList;
+               QLabel * cartImage;
+               QLabel * title;
+               QLabel * data;
 };