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 df52905..7b31e51 100644
--- a/newmoviewizard.h
+++ b/newmoviewizard.h
@@ -59,6 +59,7 @@ class MovieInfoPage : public QWizardPage {
void initCompleters();
private slots:
+ void extractTitle();
void addOld();
void addFiles();
void removeFile();
@@ -70,6 +71,7 @@ class MovieInfoPage : public QWizardPage {
QLineEdit *mSubtitle;
QSpinBox *mSeriesNo;
QSpinBox *mQuality;
+ QPushButton *mExtractTitle;
QPushButton *mAddOld;
QPushButton *mAddFile;
QPushButton *mRemoveFile;