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 af185ae..b65551b 100644
--- a/newmoviewizard.h
+++ b/newmoviewizard.h
@@ -55,6 +55,8 @@ class MovieInfoPage : public QWizardPage {
WizardTreeModel *model() { return mFileModel; }
virtual void initializePage();
void addFile(const QString &file);
+ void setCurrentDir(const QString &dir) { mCurrentDir = dir; }
+ void selectFirst();
public slots:
void initCompleters();
@@ -80,6 +82,7 @@ class MovieInfoPage : public QWizardPage {
QCompleter *mSeriesCompleter;
QStringListModel *mSeriesCompleterModel;
QSortFilterProxyModel *mProxy;
+ QString mCurrentDir;
};
class MovieMappingPage : public QWizardPage {