]> git.sesse.net Git - kdenlive/blobdiff - src/cornerswidget.h
Enable reset buttons in corner widget
[kdenlive] / src / cornerswidget.h
index add06ae6f3cfe62ca393a793ed159db7af99f40e..6185ed7e865010976badba634174b42d8adc76de 100644 (file)
@@ -86,6 +86,16 @@ private slots:
      * @param changed (default = true) Whether to emit parameterChanged */
     void slotUpdateProperties(bool changed = true);
 
+    /*
+     * These functions reset the positions of the corners.
+     * The default values in the effect XML file are not considered, but
+     * the position the corner would have without this effect applied. 
+     */
+    void slotResetCorner1();
+    void slotResetCorner2();
+    void slotResetCorner3();
+    void slotResetCorner4();
+
 signals:
     void parameterChanged();
     void checkMonitorPosition(int);