From 4f313fb96ada615b209a6e37832da140abf63b07 Mon Sep 17 00:00:00 2001 From: Arno Moeller Date: Fri, 9 Jul 2010 17:47:08 +0200 Subject: First version of NewMovieWizard::accept This version is not tested and may contain some very exiting, new bugs. But it compiles. --- newmoviewizard.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newmoviewizard.h') 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 files() const; //file types QStringList types() const; -- cgit v1.2.3-70-g09d2