From e0b8f04b18ababa819e2e0f019c76dcca971b51a Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 6 Feb 2014 18:53:53 +0100 Subject: 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 :) --- shemov.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shemov.h') 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 -- cgit v1.2.3-70-g09d2