]> git.sesse.net Git - kdenlive/blobdiff - src/beziercurve/beziersplineeditor.h
Merge branch 'master' into next
[kdenlive] / src / beziercurve / beziersplineeditor.h
index 4660fca894cd39551ed1dede97609b7d85a5d6ae..19b091277a001f5cc9ec7f490f81c920e4e0986f 100644 (file)
@@ -38,8 +38,9 @@ public:
     /** @brief Returns the selected point or else BPoint. */
     BPoint getCurrentPoint();
 
-    /** @brief Replaces current point with @param p (index stays the same). */
-    void updateCurrentPoint(const BPoint &p);
+    /** @brief Replaces current point with @param p (index stays the same).
+     * @param final (default = true) emit signal modified? */
+    void updateCurrentPoint(const BPoint &p, bool final = true);
 
     /** @brief Number of lines used in grid. */
     int gridLines();