summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-05-15 09:58:19 +0200
committerArno <am@disconnect.de>2011-05-15 09:58:19 +0200
commit9b2f7da813faea42587c0a78435a41aa338471fe (patch)
tree97b3107d499695502d397af3d5c4eced92d4adcf /shemov.h
parent3a70006747322708b81b91f52b447abb33d91df0 (diff)
downloadSheMov-9b2f7da813faea42587c0a78435a41aa338471fe.tar.gz
SheMov-9b2f7da813faea42587c0a78435a41aa338471fe.tar.bz2
SheMov-9b2f7da813faea42587c0a78435a41aa338471fe.zip
Implement show all files
Implemented a new function showing all files belonging to the selected series. The function respectect the current filter of the SeriesTreeWidget.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index ab95425..bf4cc93 100644
--- a/shemov.h
+++ b/shemov.h
@@ -120,6 +120,7 @@ class SheMov : public QMainWindow {
QAction *mShowLocalA;
QAction *mShowArchivedA;
QAction *mShowNormalA;
+ QAction *mShowAllFilesA;
QAction *mShowNoCoverDialogA;
QActionGroup *mShowTreeGroup;
QAction *mHoverPicsA;