]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.h
Improve profile autodetection
[kdenlive] / src / monitormanager.h
index 51b83a730580b2916418bfd10f4f49976751df04..31bd5093e9e61eb95cf6cd4c30e24d2c284129b8 100644 (file)
@@ -70,6 +70,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();
 
 };