diff options
author | Arno <am@disconnect.de> | 2011-01-22 13:19:50 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-01-22 13:19:50 +0100 |
commit | 6c1a89feb8e8178b02adfa8b4fdc0eb8ef0e78c1 (patch) | |
tree | 1e848c168cb53ea7a9bc24c69c7db6f3d56581a5 /shemov.h | |
parent | 3b4e57cb0bd13681a426907dda36d6d213b0a2e8 (diff) | |
download | SheMov-6c1a89feb8e8178b02adfa8b4fdc0eb8ef0e78c1.tar.gz SheMov-6c1a89feb8e8178b02adfa8b4fdc0eb8ef0e78c1.tar.bz2 SheMov-6c1a89feb8e8178b02adfa8b4fdc0eb8ef0e78c1.zip |
Added filter option for favorites
Added filter for only showing series marked as favorites. The other
filter options are disabled when in this mode.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,7 @@ class SheMov : public QMainWindow { void checkConsistency(); void toggleHover(QObject *object); void checkMount(bool mounted); + void toggleFilterGroup(bool checked); signals: void configChanged(); @@ -132,6 +133,7 @@ class SheMov : public QMainWindow { QAction *mFilterByDvdNoA; QAction *mFilterBySizeA; QActionGroup *mFilterGroup; + QAction *mFilterFavoritesA; //TreeView FileWidget Actions QAction *mMoveToBurnA; |