summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index c397378..18381a4 100644
--- a/shemov.h
+++ b/shemov.h
@@ -27,6 +27,7 @@ class ArchiveViewWidget;
class EditArchiveItemDialog;
class ArchiveItemEditDialog;
class ArchiveTreeView;
+class NewMovieWizard;
class SheMov : public QMainWindow {
Q_OBJECT
@@ -47,6 +48,7 @@ class SheMov : public QMainWindow {
void setFsFree();
void aboutShemov();
void showStatistics();
+ void newMovieWizard();
private:
void createStatusbar();
@@ -102,6 +104,7 @@ class SheMov : public QMainWindow {
QAction *mExpandAllSeriesA;
QAction *mCollapseAllSeriesA;
QAction *mExpandCurrentA;
+ QAction *mNewMovieWizardA;
QActionGroup *mOpenWithGroupFS;
QActionGroup *mOpenWithGroupAV;
@@ -129,6 +132,7 @@ class SheMov : public QMainWindow {
MovieModel *mMovieModel;
ListModel *mGenreModel;
ListModel *mActorModel;
+ NewMovieWizard *mNewMovieWizard;
};
#endif