diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-18 08:20:46 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-18 08:20:46 +0100 | 
| commit | 42f0b3cc290244437d2c13e28c2334a06f626727 (patch) | |
| tree | f5e634c9804c9878dc5a087185a19551877fceca /variant/default | |
| parent | 93edc6ad4da5f94d75c910252df5e3cbfc317319 (diff) | |
opentrack: fix typo
Diffstat (limited to 'variant/default')
| -rw-r--r-- | variant/default/main-window.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/variant/default/main-window.cpp b/variant/default/main-window.cpp index 8edf9f33..4f2467c2 100644 --- a/variant/default/main-window.cpp +++ b/variant/default/main-window.cpp @@ -112,12 +112,12 @@ main_window::main_window() : State(OPENTRACK_BASE_PATH + OPENTRACK_LIBRARY_PATH)                  this,                  [&](const QString&) { pTrackerDialog = nullptr; }); -        connect(ui.iconcomboTrackerSource, +        connect(ui.iconcomboProtocol,                  &QComboBox::currentTextChanged,                  this,                  [&](const QString&) { pProtocolDialog = nullptr; }); -        connect(ui.iconcomboTrackerSource, +        connect(ui.iconcomboFilter,                  &QComboBox::currentTextChanged,                  this, [&](const QString&) { pFilterDialog = nullptr; });  | 
