From 55fe003f5ca47def59057df9d51661a483eec894 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 22 Sep 2017 14:14:52 +0200 Subject: gui/main-window: camel case makes my eyes bleed --- gui/main-window.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gui/main-window.hpp') diff --git a/gui/main-window.hpp b/gui/main-window.hpp index 02e65d4c..75f58db1 100644 --- a/gui/main-window.hpp +++ b/gui/main-window.hpp @@ -81,7 +81,7 @@ class MainWindow : public QMainWindow, private State return modules.filters().value(ui.iconcomboFilter->currentIndex(), nullptr); } - void updateButtonState(bool running, bool inertialp); + void update_button_state(bool running, bool inertialp); void display_pose(const double* mapped, const double* raw); void ensure_tray(); void set_title(const QString& game_title = QStringLiteral("")); @@ -115,12 +115,12 @@ private slots: void exit(); bool set_profile(const QString& new_name); - void showTrackerSettings(); - void showProtocolSettings(); - void showFilterSettings(); + void show_tracker_settings(); + void show_proto_settings(); + void show_filter_settings(); void show_options_dialog(); - void showCurveConfiguration(); - void showHeadPose(); + void show_mapping_window(); + void show_pose(); void maybe_start_profile_from_executable(); -- cgit v1.2.3