diff options
Diffstat (limited to 'spline-widget/spline.hpp')
-rw-r--r-- | spline-widget/spline.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spline-widget/spline.hpp b/spline-widget/spline.hpp index fa13a171..b7a8e343 100644 --- a/spline-widget/spline.hpp +++ b/spline-widget/spline.hpp @@ -81,6 +81,7 @@ public: spline(const spline&) = default; float getValue(double x); + float get_value_no_save(double x); bool getLastPoint(QPointF& point); void removePoint(int i); void removeAllPoints(); |