diff options
author | Arno <am@disconnect.de> | 2013-06-01 06:53:34 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-06-01 06:53:34 +0200 |
commit | ac5f624734f712bce84f36cc47c0133a1382534f (patch) | |
tree | ff3f0105b341dbc91dbe4471b4a55429fe127ce4 /shemov.h | |
parent | 39223db7f24eb285af7f0b7a3b061d9a92453122 (diff) | |
download | SheMov-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |