summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-06-12 12:09:52 +0200
committerArno <am@disconnect.de>2010-06-12 12:09:52 +0200
commitf0970f64fd92fb65a3e0bd2b07b733f9932d8b35 (patch)
tree7f1c55daf6066da3e051eee61d91fa69d513d09e /shemov.h
parentb7b3abf2bb11dc823dd7d1f68c6ebd279bc8a8dc (diff)
downloadSheMov-f0970f64fd92fb65a3e0bd2b07b733f9932d8b35.tar.gz
SheMov-f0970f64fd92fb65a3e0bd2b07b733f9932d8b35.tar.bz2
SheMov-f0970f64fd92fb65a3e0bd2b07b733f9932d8b35.zip
Made ArchiveTreeView work
Made ArchiveTreeView work and took a look at it. Right now flat view seems to be the better alternative.
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 c8c9cfa..3febc1a 100644
--- a/shemov.h
+++ b/shemov.h
@@ -26,6 +26,7 @@ class ListModel;
class ArchiveViewWidget;
class EditArchiveItemDialog;
class ArchiveItemEditDialog;
+class ArchiveTreeView;
class SheMov : public QMainWindow {
Q_OBJECT
@@ -114,6 +115,7 @@ class SheMov : public QMainWindow {
QTabWidget *mTab;
FilesystemWidget *mFSWidget;
ArchiveViewWidget *mAVWidget;
+ ArchiveTreeView *mATree;
ArchiveEditDialog *mAEdit;
ArchiveItemEditDialog *mAItemEdit;
MovieModel *mMovieModel;