]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.h
Fix buttons in capture monitor and crash when changing profile
[kdenlive] / src / monitormanager.h
index 9352f4d70356c74bbba4968bf17650502b25554b..171ad0b3aad983f6ede64d7ec5cc785010d5033d 100644 (file)
@@ -40,6 +40,7 @@ public:
     void stopActiveMonitor();
     AbstractRender *activeRenderer();
     void updateScopeSource();
+    void clearScopeSource();
 
 public slots:
 
@@ -83,6 +84,8 @@ signals:
     void raiseMonitor(AbstractMonitor *);
     /** @brief When the monitor changed, update the visible color scopes */
     void checkColorScopes();
+    /** @brief When the active monitor renderer was deleted, reset color scopes */
+    void clearScopes();
 
 };