summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/mapping-dialog.cpp1
-rw-r--r--spline/spline.hpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/gui/mapping-dialog.cpp b/gui/mapping-dialog.cpp
index cdbf532e..551fae3d 100644
--- a/gui/mapping-dialog.cpp
+++ b/gui/mapping-dialog.cpp
@@ -14,6 +14,7 @@
using namespace options;
+// todo speed up redraw for red dot indicator
mapping_dialog::mapping_dialog(Mappings& m) : m(m), widgets{}
{
ui.setupUi(this);
diff --git a/spline/spline.hpp b/spline/spline.hpp
index 76ac79b8..1098ed6c 100644
--- a/spline/spline.hpp
+++ b/spline/spline.hpp
@@ -106,6 +106,7 @@ struct OTR_SPLINE_EXPORT base_spline : base_spline_, spline_modify_mixin, spline
class OTR_SPLINE_EXPORT spline : public base_spline
{
using f = float;
+ // todo change to double
double bucket_size_coefficient(const QList<QPointF>& points) const;
void update_interp_data() const;