diff options
-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 734619c9..fdf366f5 100755 --- a/tracker-hatire/ftnoir_tracker_hat_dialog.cpp +++ b/tracker-hatire/ftnoir_tracker_hat_dialog.cpp @@ -100,6 +100,8 @@ TrackerControls::TrackerControls() : theTracker(nullptr), timer(this) tie_setting(s.serial_bug_workaround, ui.serial_bug_workaround); + tie_setting(s.QSerialPortName, ui.cbSerialPort); + connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK())); connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(doCancel())); |