summaryrefslogtreecommitdiffstats
path: root/fswidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-02 19:37:23 +0200
committerArno <arno@disconnect.de>2018-04-02 19:37:23 +0200
commit096cf7474907cbdd7ab2c67ea57f19ebdab805d4 (patch)
tree500cbec3f0870c4927be1cff9183e68f426dc929 /fswidget.h
parenteba5b555ddaaaa3d95a06226450c7bbc452ea2ef (diff)
downloadSheMov-096cf7474907cbdd7ab2c67ea57f19ebdab805d4.tar.gz
SheMov-096cf7474907cbdd7ab2c67ea57f19ebdab805d4.tar.bz2
SheMov-096cf7474907cbdd7ab2c67ea57f19ebdab805d4.zip
FSWidget: Implement play selected and repeat
Well, lambdas make life so much easier! Thanks for that :)
Diffstat (limited to 'fswidget.h')
-rw-r--r--fswidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fswidget.h b/fswidget.h
index 48bc113..e6760fe 100644
--- a/fswidget.h
+++ b/fswidget.h
@@ -42,6 +42,7 @@ class FSWidget : public QWidget {
void unpack();
void doubleClicked(const QModelIndex &idx);
void preview();
+ void playSelected(int count = 1);
signals:
void message(QString msg);