diff options
author | Arno <am@disconnect.de> | 2011-08-17 21:51:25 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-08-17 21:51:25 +0200 |
commit | 6ccb1884dd9e9a57f7b25239097951d77103d331 (patch) | |
tree | ada69aa8cca44ea9e1fab9a42ece5dedca77f59f /newmoviewizard.h | |
parent | 7195badbe2ff943d730f7d79ab183acec8ce26c3 (diff) | |
download | SheMov-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.h | 3 |
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); |