From fdef1901054e61e5996c59ac09d9a2646cc76341 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 17 Aug 2016 22:09:24 +0200 Subject: spline-widget: save spline control point list using options api - spline widgets reload when spline bundle reloads - every bundle reloads when profile gets changed Importing old spline settings hasn't been implemented. Control point positions are stored as raw floats. This is bad. --- gui/main-window.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'gui/main-window.hpp') diff --git a/gui/main-window.hpp b/gui/main-window.hpp index a74575c9..6923c119 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -78,8 +78,6 @@ class MainWindow : public QMainWindow, private State return modules.filters().value(ui.iconcomboFilter->currentIndex(), nullptr); } - void load_settings(); - void load_mappings(); void updateButtonState(bool running, bool inertialp); void display_pose(const double* mapped, const double* raw); void ensure_tray(); -- cgit v1.2.3