]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.h
Get rid of buggy "drop B frame" speedup feature
[kdenlive] / src / monitormanager.h
index 51b83a730580b2916418bfd10f4f49976751df04..ae2bd95fb8dcae74f7bd4b10e23e9487253efceb 100644 (file)
@@ -60,6 +60,9 @@ public slots:
      * @param activateClip whether to activate the clip monitor */
     void slotSwitchMonitors(bool activateClip);
 
+private slots:
+    void slotRefreshCurrentMonitor();
+
 private:
     Monitor *m_clipMonitor;
     Monitor *m_projectMonitor;
@@ -70,6 +73,8 @@ private:
 signals:
     /** @brief Emitted when the active monitor changes */
     void raiseClipMonitor(bool);
+    /** @brief When the monitor changed, update the visible color scopes */
+    void checkColorScopes();
 
 };