summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2015-02-14 15:15:29 +0100
committerArno <am@disconnect.de>2015-02-14 15:15:29 +0100
commit61345c3d52ab2e5d8243596e9368753477180968 (patch)
treeed2ad0c9a694b77a7c104a64bc25ea334b2de68b /filesystemwidget.h
parentd44010d181847c6fa52b828afb0b673c0e9645ab (diff)
downloadSheMov-61345c3d52ab2e5d8243596e9368753477180968.tar.gz
SheMov-61345c3d52ab2e5d8243596e9368753477180968.tar.bz2
SheMov-61345c3d52ab2e5d8243596e9368753477180968.zip
Implement play several times
Add context menu entry for playing movies in a loop or 2..5 times.
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h
index efff13a..108d00a 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -60,6 +60,8 @@ class FilesystemWidget : public QWidget {
void fromClipboard();
void renameFile();
void playSelected(const QString &player = QString());
+ void playSelectedRepeat(int times);
+ void playSelectedInfinite();
void readSettings();
void writeSettings();
void configChanged();