summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-11-03 08:11:39 +0100
committerArno <arno@disconnect.de>2018-11-03 08:11:39 +0100
commit9087a02adce547e8988a3ae904bf647ef5555b32 (patch)
tree8bd4853858e67ebee0bf8ffa8152e264da4237a6 /newmoviewizard.h
parenta896d928412bc8f02131c8c6ab0d8c1ad4e4753f (diff)
downloadSheMov-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.h15
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