diff options
author | Arno <arno@disconnect.de> | 2018-11-03 08:11:39 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-11-03 08:11:39 +0100 |
commit | 9087a02adce547e8988a3ae904bf647ef5555b32 (patch) | |
tree | 8bd4853858e67ebee0bf8ffa8152e264da4237a6 /newmoviewizard.h | |
parent | a896d928412bc8f02131c8c6ab0d8c1ad4e4753f (diff) | |
download | SheMov-9087a02adce547e8988a3ae904bf647ef5555b32.tar.gz SheMov-9087a02adce547e8988a3ae904bf647ef5555b32.tar.bz2 SheMov-9087a02adce547e8988a3ae904bf647ef5555b32.zip |
Put MovieMetadataPage in separate file
No functional changes, just code shuffle and reindention.
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r-- | newmoviewizard.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h index ee3b20d..20eb91a 100644 --- a/newmoviewizard.h +++ b/newmoviewizard.h @@ -107,19 +107,4 @@ class MovieMappingPage : public QWizardPage { QString mTable; }; -class MovieMetadataPage : public QWizardPage { - Q_OBJECT - public: - explicit MovieMetadataPage(QWidget *parent = nullptr); - MetadataEditorWidget *widget() { return mWidget; } - virtual void initializePage(); - - private: - void setupGui(); - /* defined in archiveview.h */ - MetadataEditorWidget *mWidget; - QCheckBox *mMetadataEnabled; -}; - - #endif |