diff options
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 |