diff options
author | Arno <arno@disconnect.de> | 2017-12-28 11:45:34 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-12-28 11:45:34 +0100 |
commit | c6c4900e4cf9aa69b2de3c9c5af701800c0c25de (patch) | |
tree | b030e7611d02b80d9680169a68fe0bf8f6655c52 /newmoviewizard.h | |
parent | 1fdeb5deddefcb49ebdef90c852d2a7b3bd91e50 (diff) | |
download | SheMov-c6c4900e4cf9aa69b2de3c9c5af701800c0c25de.tar.gz SheMov-c6c4900e4cf9aa69b2de3c9c5af701800c0c25de.tar.bz2 SheMov-c6c4900e4cf9aa69b2de3c9c5af701800c0c25de.zip |
Ask for removing origin files
Pop up a dialog to ask if origin files should be deleted. Not tested yet,
so beware of the leopard!
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r-- | newmoviewizard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h index e88be9f..d02cd62 100644 --- a/newmoviewizard.h +++ b/newmoviewizard.h @@ -57,6 +57,7 @@ class MovieInfoPage : public QWizardPage { void selectFirst(); void saveData(); void restoreData(); + const QStringList &origins() const { return mOrigins; } public slots: void initCompleters(); @@ -87,6 +88,7 @@ class MovieInfoPage : public QWizardPage { QString mCurrentDir; QString mCurTitle; QString mCurSubtitle; + QStringList mOrigins; int mCurSeriesno; int mCurQuality; }; |