diff options
Diffstat (limited to 'tracker-hatire/ftnoir_tracker_hat_dialog.cpp')
-rwxr-xr-x | tracker-hatire/ftnoir_tracker_hat_dialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat_dialog.cpp b/tracker-hatire/ftnoir_tracker_hat_dialog.cpp index 60ddd14a..734619c9 100755 --- a/tracker-hatire/ftnoir_tracker_hat_dialog.cpp +++ b/tracker-hatire/ftnoir_tracker_hat_dialog.cpp @@ -98,6 +98,8 @@ TrackerControls::TrackerControls() : theTracker(nullptr), timer(this) tie_setting(s.pParity, ui.QCB_Serial_parity); tie_setting(s.pStopBits, ui.QCB_Serial_stopBits); + tie_setting(s.serial_bug_workaround, ui.serial_bug_workaround); + connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK())); connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(doCancel())); |