diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-22 14:14:52 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-22 14:25:25 +0200 |
commit | 55fe003f5ca47def59057df9d51661a483eec894 (patch) | |
tree | 40a0401a065e4e42cf3475a9f96bda602741920b /gui/main-window.hpp | |
parent | 35b1259513e5870ba06e3c3626a703973f8d8fb3 (diff) |
gui/main-window: camel case makes my eyes bleed
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r-- | gui/main-window.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
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(); |