diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-07 11:31:12 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-10 11:19:22 +0200 |
commit | 3e913cdf543d5d4b2fd297eb27f3536be692100c (patch) | |
tree | 77bb07e91a7485cd35077c6ad89f4bbf06225a7d /spline/spline.hpp | |
parent | 80deba23647e80895d2942ab2d3b8e247fb68f69 (diff) |
spline: rename, change call site
Diffstat (limited to 'spline/spline.hpp')
-rw-r--r-- | spline/spline.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spline/spline.hpp b/spline/spline.hpp index 85287e38..328d1ece 100644 --- a/spline/spline.hpp +++ b/spline/spline.hpp @@ -97,7 +97,7 @@ public: void set_tracking_active(bool value); bundle get_bundle(); - void recompute(); + void ensure_valid(const QList<QPointF>& the_points); std::shared_ptr<settings> get_settings(); std::shared_ptr<const settings> get_settings() const; |