summaryrefslogtreecommitdiffstats
path: root/moviewidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-03 20:11:58 +0200
committerArno <arno@disconnect.de>2018-04-03 20:11:58 +0200
commit95ebab8523178721884886c51ff90ca2bae23053 (patch)
tree4eb8490693a4b3023c449db65a5d26eab86b2320 /moviewidget.h
parentf552f619af14226f141beb7afe61b5862390c5b9 (diff)
downloadSheMov-95ebab8523178721884886c51ff90ca2bae23053.tar.gz
SheMov-95ebab8523178721884886c51ff90ca2bae23053.tar.bz2
SheMov-95ebab8523178721884886c51ff90ca2bae23053.zip
MovieWidget: Implement populateByGenres
Also remove Favorites from selection. Should be an option with random player, if at all.
Diffstat (limited to 'moviewidget.h')
-rw-r--r--moviewidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moviewidget.h b/moviewidget.h
index 95931bc..d1f00f0 100644
--- a/moviewidget.h
+++ b/moviewidget.h
@@ -19,6 +19,7 @@ class MovieWidget : public QWidget {
void selectBy(const QString &selection);
void populateBySeries();
void populateByActors();
+ void populateByGenres();
void topSelectionChanged();
private: