summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r--newmoviewizard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h
index 5d84928..aef50f5 100644
--- a/newmoviewizard.h
+++ b/newmoviewizard.h
@@ -23,6 +23,7 @@ class NewMovieWizard : public QWizard {
MovieInfoPage *infoPage() { return mInfoPage; }
MovieMappingPage *actorPage() { return mActorPage; }
MovieMappingPage *genrePage() { return mGenrePage; }
+ MovieMetadataPage *metadataPage() { return mMetadataPage; }
private:
MovieInfoPage *mInfoPage;