diff options
Diffstat (limited to 'archivebrowsermodel.h')
-rw-r--r-- | archivebrowsermodel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archivebrowsermodel.h b/archivebrowsermodel.h index 46a8102..ff11c2a 100644 --- a/archivebrowsermodel.h +++ b/archivebrowsermodel.h @@ -23,8 +23,13 @@ class ArchiveBrowserModel : public SmTreeModel { explicit ArchiveBrowserModel(const QStringList &headers, QObject *parent = 0); virtual QVariant data(const QModelIndex &index, int role) const; virtual bool setData(const QModelIndex &index, const QVariant &value, int role); + void updateDVDNo(const QList<int> fileNos); virtual Qt::ItemFlags flags(const QModelIndex &index) const; QList<int> availableQualities() { return mAvailableQualities; } + QModelIndexList children(const QModelIndex &idx); + + public slots: + void refresh(); private: void populate(); |