diff options
author | Arno <arno@disconnect.de> | 2016-03-04 20:06:35 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-03-04 20:06:35 +0100 |
commit | dbe1e9b2fb16ebf25dcb829e066fd9f8690d4283 (patch) | |
tree | f4a0c5979a981a140572a8abfc5baa2f81b6f041 /archivebrowsermodel.h | |
parent | 8cd9d32bb11a08ff4ff8265fe9309dda1c666856 (diff) | |
download | SheMov-dbe1e9b2fb16ebf25dcb829e066fd9f8690d4283.tar.gz SheMov-dbe1e9b2fb16ebf25dcb829e066fd9f8690d4283.tar.bz2 SheMov-dbe1e9b2fb16ebf25dcb829e066fd9f8690d4283.zip |
Now MoveToUSB does something!
Make it work. Lessons learned:
Don't keep a QProgressDialog around. Use it and delete it later.
Otherwise it will show up spontaneously.
Diffstat (limited to 'archivebrowsermodel.h')
-rw-r--r-- | archivebrowsermodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivebrowsermodel.h b/archivebrowsermodel.h index 9a70d83..3150a5e 100644 --- a/archivebrowsermodel.h +++ b/archivebrowsermodel.h @@ -24,6 +24,7 @@ class ArchiveBrowserModel : public SmTreeModel { 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); + int nextDVDNo() const; virtual Qt::ItemFlags flags(const QModelIndex &index) const; QList<int> availableQualities() { return mAvailableQualities; } QModelIndexList children(const QModelIndex &idx); |