diff options
author | Arno <am@disconnect.de> | 2011-05-15 09:58:19 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-05-15 09:58:19 +0200 |
commit | 9b2f7da813faea42587c0a78435a41aa338471fe (patch) | |
tree | 97b3107d499695502d397af3d5c4eced92d4adcf /shemov.h | |
parent | 3a70006747322708b81b91f52b447abb33d91df0 (diff) | |
download | SheMov-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ class SheMov : public QMainWindow { QAction *mShowLocalA; QAction *mShowArchivedA; QAction *mShowNormalA; + QAction *mShowAllFilesA; QAction *mShowNoCoverDialogA; QActionGroup *mShowTreeGroup; QAction *mHoverPicsA; |