diff options
author | Arno <arno@disconnect.de> | 2018-11-03 08:21:59 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-11-03 08:21:59 +0100 |
commit | 88848813dacfc02c060bf9fdb7863c2f9b4de6bb (patch) | |
tree | 13352ab98ff16a10a1d46b437e909ce0f3ae096a /newmoviewizard.h | |
parent | 9087a02adce547e8988a3ae904bf647ef5555b32 (diff) | |
download | SheMov-88848813dacfc02c060bf9fdb7863c2f9b4de6bb.tar.gz SheMov-88848813dacfc02c060bf9fdb7863c2f9b4de6bb.tar.bz2 SheMov-88848813dacfc02c060bf9fdb7863c2f9b4de6bb.zip |
Put MovieMappingPage in separate file
Once again, only code shuffle and reindention.
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r-- | newmoviewizard.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h index 20eb91a..cd739bf 100644 --- a/newmoviewizard.h +++ b/newmoviewizard.h @@ -94,17 +94,4 @@ class MovieInfoPage : public QWizardPage { int mCurQuality; }; -class MovieMappingPage : public QWizardPage { - Q_OBJECT - public: - explicit MovieMappingPage(const QString &table, QWidget *parent = nullptr); - MappingEditorWidget *widget() { return mWidget; } - virtual void initializePage(); - - private: - /* defined in archiveview.h */ - MappingEditorWidget *mWidget; - QString mTable; -}; - #endif |