From 0b07159f32b28f775771ea37a4fa48fa94ef2d9e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 5 Sep 2016 17:13:43 +0200 Subject: spline-widget: add point count getter --- spline-widget/spline.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spline-widget/spline.hpp') diff --git a/spline-widget/spline.hpp b/spline-widget/spline.hpp index 75a9e95e..299c7636 100644 --- a/spline-widget/spline.hpp +++ b/spline-widget/spline.hpp @@ -41,7 +41,7 @@ signals: class OPENTRACK_SPLINE_EXPORT spline final { - int precision(const QList& points) const; + double precision(const QList& points) const; void update_interp_data(); float getValueInternal(int x); void add_lone_point(); @@ -98,4 +98,5 @@ public: mem get_settings() const; using points_t = decltype(s->points.get()); + int get_point_count() const; }; -- cgit v1.2.3