diff options
author | Arno <am@disconnect.de> | 2014-02-07 13:17:48 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2014-02-07 13:17:48 +0100 |
commit | e5e91f5f1fc65861f0fd04d805e30b72f27a7dd8 (patch) | |
tree | a582e0be51579777873eff05b9803c3ae0821693 /archivebrowsermodel.h | |
parent | f41e3577a9fc25b37e33047afc8852017d612f5e (diff) | |
download | SheMov-e5e91f5f1fc65861f0fd04d805e30b72f27a7dd8.tar.gz SheMov-e5e91f5f1fc65861f0fd04d805e30b72f27a7dd8.tar.bz2 SheMov-e5e91f5f1fc65861f0fd04d805e30b72f27a7dd8.zip |
Move to Burn is back!
Reimplement move to burn...
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(); |