diff options
author | Arno <am@disconnect.de> | 2014-02-06 18:53:53 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2014-02-06 18:53:53 +0100 |
commit | e0b8f04b18ababa819e2e0f019c76dcca971b51a (patch) | |
tree | 58a1b0143fc6f06111cf21717fa9b43f932114cd /archiveview.cpp | |
parent | e07de4e0a1bd56aab8f4ee81d6db252e442c3d7a (diff) | |
download | SheMov-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 'archiveview.cpp')
-rw-r--r-- | archiveview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiveview.cpp b/archiveview.cpp index b551357..8df9bb6 100644 --- a/archiveview.cpp +++ b/archiveview.cpp @@ -31,6 +31,7 @@ #include "delegates.h" #include "smglobals.h" #include "helper.h" +#include "delegates.h" ArchiveView::ArchiveView(QWidget *parent) : QWidget(parent) { QSettings s; |