summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-06-01 06:53:34 +0200
committerArno <am@disconnect.de>2013-06-01 06:53:34 +0200
commitac5f624734f712bce84f36cc47c0133a1382534f (patch)
treeff3f0105b341dbc91dbe4471b4a55429fe127ce4 /shemov.h
parent39223db7f24eb285af7f0b7a3b061d9a92453122 (diff)
downloadSheMov-ac5f624734f712bce84f36cc47c0133a1382534f.tar.gz
SheMov-ac5f624734f712bce84f36cc47c0133a1382534f.tar.bz2
SheMov-ac5f624734f712bce84f36cc47c0133a1382534f.zip
Add view for new ArchiveModel
Display the new ArchiveModel in an experimental tab
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