diff options
author | Arno <arno@disconnect.de> | 2016-11-11 10:44:09 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-11-11 10:44:09 +0100 |
commit | 7c6deee2325d83f711fd28767467865da7cda848 (patch) | |
tree | 6e5bdff5d2d9c981e819cf862cfd7a2ada1b1f17 /randomtab.h | |
parent | 57c8d4751f2a6e4ab0cd675c269cd950e4f270be (diff) | |
download | SheMov-7c6deee2325d83f711fd28767467865da7cda848.tar.gz SheMov-7c6deee2325d83f711fd28767467865da7cda848.tar.bz2 SheMov-7c6deee2325d83f711fd28767467865da7cda848.zip |
Play movie on doublelClick in RandomTab
Diffstat (limited to 'randomtab.h')
-rw-r--r-- | randomtab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/randomtab.h b/randomtab.h index 15ef087..445210d 100644 --- a/randomtab.h +++ b/randomtab.h @@ -43,6 +43,7 @@ class RandomTab : public QWidget { void select(); void playAll(); void playSelected(); + void playDoubleclicked(QModelIndex idx); void play(const QStringList &files); void logMessage(const QString &msg); |