]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
small fixes for scopes updates
[kdenlive] / src / mainwindow.h
index 4aa19a941b40242bc16dc3da2f9f13a2e8c18ee3..a6a4fd0a3c1df08dac77a5a195fc4d084cf57123 100644 (file)
@@ -470,7 +470,10 @@ private slots:
     void slotMonitorRequestRenderFrame(bool request);
     /** @brief Check if someone needs the render frame sent. */
     void slotUpdateScopeFrameRequest();
+    /** @brief Check if someone needs the render frame sent. */
     void slotDoUpdateScopeFrameRequest();
+    /** @brief When switching between monitors, update the visible scopes. */
+    void slotUpdateColorScopes();
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);