summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
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);