summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-11-03 08:21:59 +0100
committerArno <arno@disconnect.de>2018-11-03 08:21:59 +0100
commit88848813dacfc02c060bf9fdb7863c2f9b4de6bb (patch)
tree13352ab98ff16a10a1d46b437e909ce0f3ae096a /newmoviewizard.h
parent9087a02adce547e8988a3ae904bf647ef5555b32 (diff)
downloadSheMov-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.h13
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