]> git.sesse.net Git - kdenlive/blobdiff - src/abstractscopewidget.h
Add animation feature to Slideshow Clip.
[kdenlive] / src / abstractscopewidget.h
index dff821ae23d4d32f93b072bfe61f025e5e0a1ae9..11074b664fa3dc899a0572932636521a5a04f1fa 100644 (file)
@@ -162,13 +162,13 @@ protected:
 
     void mouseReleaseEvent(QMouseEvent *);
     void paintEvent(QPaintEvent *);
-    void raise();
     void resizeEvent(QResizeEvent *);
-    void showEvent(QShowEvent *);
+    void showEvent(QShowEvent *); // Called when the widget is activated via the Menu entry
+    //    void raise(); // Called only when  manually calling the event -> useless
 
 protected slots:
     /** Forces an update of all layers. */
-    void forceUpdate();
+    void forceUpdate(bool doUpdate = true);
     void forceUpdateHUD();
     void forceUpdateScope();
     void forceUpdateBackground();