summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-01-22 13:19:50 +0100
committerArno <am@disconnect.de>2011-01-22 13:19:50 +0100
commit6c1a89feb8e8178b02adfa8b4fdc0eb8ef0e78c1 (patch)
tree1e848c168cb53ea7a9bc24c69c7db6f3d56581a5 /shemov.h
parent3b4e57cb0bd13681a426907dda36d6d213b0a2e8 (diff)
downloadSheMov-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 9406263..b926393 100644
--- a/shemov.h
+++ b/shemov.h
@@ -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;