diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-11 05:37:52 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:48:48 +0100 |
commit | da6567854663ab40a5933fa8fae3ed2643c091a1 (patch) | |
tree | 2941b9f6b7b53d5d7142ec4dd40e95fae6f25165 /variant | |
parent | c0f76664c1035dabe999ca07522227e9a40a251d (diff) |
opentrack: reformat
Diffstat (limited to 'variant')
-rw-r--r-- | variant/default/main-window.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/variant/default/main-window.cpp b/variant/default/main-window.cpp index 2ad2800f..9f050d71 100644 --- a/variant/default/main-window.cpp +++ b/variant/default/main-window.cpp @@ -119,8 +119,7 @@ main_window::main_window() : State(OPENTRACK_BASE_PATH + OPENTRACK_LIBRARY_PATH) connect(ui.iconcomboTrackerSource, &QComboBox::currentTextChanged, - this, - [&](const QString&) { pFilterDialog = nullptr; }); + this, [&](const QString&) { pFilterDialog = nullptr; }); connect(&m.tracker_dll, value_::value_changed<QString>(), this, &main_window::save_modules, @@ -734,7 +733,7 @@ void main_window::show_options_dialog() // also doesn't work when switching profiles with options dialog open // move shortcuts to a separate bundle and add a migration -sh 20180218 connect(options_widget.get(), &options_dialog::closing, - this, &main_window::register_shortcuts); + this, &main_window::register_shortcuts); } } |