summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2014-02-06 18:53:53 +0100
committerArno <am@disconnect.de>2014-02-06 18:53:53 +0100
commite0b8f04b18ababa819e2e0f019c76dcca971b51a (patch)
tree58a1b0143fc6f06111cf21717fa9b43f932114cd /shemov.h
parente07de4e0a1bd56aab8f4ee81d6db252e442c3d7a (diff)
downloadSheMov-e0b8f04b18ababa819e2e0f019c76dcca971b51a.tar.gz
SheMov-e0b8f04b18ababa819e2e0f019c76dcca971b51a.tar.bz2
SheMov-e0b8f04b18ababa819e2e0f019c76dcca971b51a.zip
First version of Archive Browser
First try to reimplement "Move to archive" in another way. Implement an archive browser showing only Series with local parts in another tab. This part works for now :)
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 fdbc5a9..58562c0 100644
--- a/shemov.h
+++ b/shemov.h
@@ -21,6 +21,7 @@ class PicturesWidget;
class SmTreeModel;
class NewPicsDialog;
class ArchiveView;
+class ArchiveBrowser;
class SheMov : public QMainWindow {
Q_OBJECT
@@ -187,5 +188,6 @@ class SheMov : public QMainWindow {
NewPicsDialog *mNewPicsDialog;
PicturesWidget *mPicWidget;
ArchiveView *mArchive;
+ ArchiveBrowser *mArchiveBrowser;
};
#endif