]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filelistmodel.h
Moving towards a better file picker... :-)
[virtualjaguar] / src / gui / filelistmodel.h
index 4828d383a10a3a83f400afb4e944ddf9b0d14b1a..1599ca5fdddec0d5bfd6cb03b5bf943f0865c565 100644 (file)
@@ -21,9 +21,11 @@ class FileListModel: public QAbstractListModel
                QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
 
                void AddData(QIcon pix);
+               void AddData(unsigned long);
 
        private:
                std::vector<QIcon> pixList;
+               std::vector<unsigned long> dbIndex;
 };
 
 #endif // __FILELISTMODEL_H__