X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Ffilelistmodel.h;h=1599ca5fdddec0d5bfd6cb03b5bf943f0865c565;hb=68e8886a9aaf48fcc130334d8cf4fe35a4534a02;hp=4828d383a10a3a83f400afb4e944ddf9b0d14b1a;hpb=8549cdb01f45764f69a6483285dc0771ea66c007;p=virtualjaguar diff --git a/src/gui/filelistmodel.h b/src/gui/filelistmodel.h index 4828d38..1599ca5 100644 --- a/src/gui/filelistmodel.h +++ b/src/gui/filelistmodel.h @@ -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 pixList; + std::vector dbIndex; }; #endif // __FILELISTMODEL_H__