summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r--newmoviewizard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h
index e88be9f..d02cd62 100644
--- a/newmoviewizard.h
+++ b/newmoviewizard.h
@@ -57,6 +57,7 @@ class MovieInfoPage : public QWizardPage {
void selectFirst();
void saveData();
void restoreData();
+ const QStringList &origins() const { return mOrigins; }
public slots:
void initCompleters();
@@ -87,6 +88,7 @@ class MovieInfoPage : public QWizardPage {
QString mCurrentDir;
QString mCurTitle;
QString mCurSubtitle;
+ QStringList mOrigins;
int mCurSeriesno;
int mCurQuality;
};