summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-08-17 21:51:25 +0200
committerArno <am@disconnect.de>2011-08-17 21:51:25 +0200
commit6ccb1884dd9e9a57f7b25239097951d77103d331 (patch)
treeada69aa8cca44ea9e1fab9a42ece5dedca77f59f /newmoviewizard.h
parent7195badbe2ff943d730f7d79ab183acec8ce26c3 (diff)
downloadSheMov-6ccb1884dd9e9a57f7b25239097951d77103d331.tar.gz
SheMov-6ccb1884dd9e9a57f7b25239097951d77103d331.tar.bz2
SheMov-6ccb1884dd9e9a57f7b25239097951d77103d331.zip
Center NewMovieWizard
Since NewMovieWizard is a QWizard and not a QDialog, this one gets a separate commit.
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r--newmoviewizard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h
index 60a9cdd..45f3bb7 100644
--- a/newmoviewizard.h
+++ b/newmoviewizard.h
@@ -41,6 +41,9 @@ class NewMovieWizard : public QWizard {
MovieMappingPage *actorPage() { return mActorPage; }
MovieMappingPage *genrePage() { return mGenrePage; }
+ protected:
+ void showEvent(QShowEvent *);
+
signals:
void seriesAdded(const QString series, int seriesPart);