summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-01-16 15:04:41 +0100
committerArno <am@disconnect.de>2011-01-16 15:04:41 +0100
commitafd74157ef705fa2b0323727b3a37e2806bb0730 (patch)
treecb4ed7f5ea467cc9293bca428ff42e5f596a2e96 /shemov.h
parentf4a2553aa56939721bcd82d8ad9bffbaecd0647a (diff)
downloadSheMov-afd74157ef705fa2b0323727b3a37e2806bb0730.tar.gz
SheMov-afd74157ef705fa2b0323727b3a37e2806bb0730.tar.bz2
SheMov-afd74157ef705fa2b0323727b3a37e2806bb0730.zip
Implement favorites
SeriesParts can be marked as favorites. They won't be selectable when filtering by local Movies only.
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 cbe1301..9406263 100644
--- a/shemov.h
+++ b/shemov.h
@@ -70,6 +70,7 @@ class SheMov : public QMainWindow {
//Actions
QAction *mQuitA;
QAction *mMarkFilesA;
+ QAction *mToggleFavoriteA;
QAction *mUnmarkFilesA;
QAction *mCreateFolderA;
QAction *mDeleteFilesA;