summaryrefslogtreecommitdiffstats
path: root/moviewidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-05 20:12:33 +0200
committerArno <arno@disconnect.de>2018-04-05 20:12:33 +0200
commit60d44d0701a742b178c3f2e89983460a5806bff0 (patch)
tree8e7cf196a55212f9999f716be1fd46b58b5ad8f5 /moviewidget.h
parent76e11b28a36fb38be9e0df7154e29591142b5eaf (diff)
downloadSheMov-60d44d0701a742b178c3f2e89983460a5806bff0.tar.gz
SheMov-60d44d0701a742b178c3f2e89983460a5806bff0.tar.bz2
SheMov-60d44d0701a742b178c3f2e89983460a5806bff0.zip
MovieWidget: make the forward and back buttons do something
Advance to the next Selection or go back to the previous one.
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 f3ee593..7c23c3b 100644
--- a/moviewidget.h
+++ b/moviewidget.h
@@ -33,6 +33,7 @@ class MovieWidget : public QWidget {
void topDoubleClicked(const QModelIndex &idx);
void playSelected();
void copyToClipboard(int role);
+ void forwardSelection(int by);
private:
void setupWidget();