From dbe1e9b2fb16ebf25dcb829e066fd9f8690d4283 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 4 Mar 2016 20:06:35 +0100 Subject: 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. --- archivebrowsermodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'archivebrowsermodel.h') 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 fileNos); + int nextDVDNo() const; virtual Qt::ItemFlags flags(const QModelIndex &index) const; QList availableQualities() { return mAvailableQualities; } QModelIndexList children(const QModelIndex &idx); -- cgit v1.2.3-70-g09d2