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