aboutsummaryrefslogtreecommitdiffstats
path: root/UI/DASHPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'UI/DASHPlayer.h')
-rw-r--r--UI/DASHPlayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/UI/DASHPlayer.h b/UI/DASHPlayer.h
index 7b6274f6..bc302f47 100644
--- a/UI/DASHPlayer.h
+++ b/UI/DASHPlayer.h
@@ -67,7 +67,9 @@ public:
Q_INVOKABLE void seekVideo(float value);
Q_INVOKABLE void repeatVideo(bool repeat);
Q_INVOKABLE void onStopButtonPressed();
+#if 0
Q_INVOKABLE void play();
+#endif
Q_INVOKABLE void onStopped();
Q_INVOKABLE QString getAdaptationLogic();
Q_INVOKABLE void setAdaptationLogic(QString adaptationLogic);