summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 5d5bdd1..9bb2e4d 100644
--- a/shemov.h
+++ b/shemov.h
@@ -22,6 +22,7 @@ class DbAnalyzerDialog;
class PicturesWidget;
class SmTreeModel;
class NewPicsDialog;
+class ArchiveView;
class SheMov : public QMainWindow {
Q_OBJECT
@@ -215,5 +216,6 @@ class SheMov : public QMainWindow {
NewPicsDialog *mNewPicsDialog;
DbAnalyzerDialog *mDbAnalyzerDialog;
PicturesWidget *mPicWidget;
+ ArchiveView *mArchive;
};
#endif