]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.h
Fix playing rendered file by double click in job queue list
[kdenlive] / src / monitormanager.h
index ae2bd95fb8dcae74f7bd4b10e23e9487253efceb..625bc6bfc98197ea5d2d6b1b5dbb4e2b02129564 100644 (file)
@@ -43,6 +43,7 @@ public slots:
      * @param name name of the monitor to activate */
     void activateMonitor(QString name = QString());
     void slotPlay();
+    void slotPause();
     void slotPlayZone();
     void slotLoopZone();
     void slotRewind(double speed = 0);
@@ -59,6 +60,7 @@ public slots:
      * @ref activateMonitor
      * @param activateClip whether to activate the clip monitor */
     void slotSwitchMonitors(bool activateClip);
+    void slotUpdateAudioMonitoring();
 
 private slots:
     void slotRefreshCurrentMonitor();