summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r--newmoviewizard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h
index a0f80b4..7c671cd 100644
--- a/newmoviewizard.h
+++ b/newmoviewizard.h
@@ -31,6 +31,9 @@ class NewMovieWizard : public QWizard {
explicit NewMovieWizard(QWidget *parent = 0);
void accept();
+ signals:
+ void seriesAdded(const QString series, int seriesPart);
+
};
class MovieInfoPage : public QWizardPage {
@@ -85,6 +88,7 @@ class WizardTreeModel : public SmTreeModel {
//data + flags
virtual QVariant data(const QModelIndex &index, int role) const;
virtual Qt::ItemFlags flags(const QModelIndex &index) const;
+ QHash<QString, int> files() const;
//file types
QStringList types() const;