diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-10 08:48:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-10 08:48:46 +0200 |
commit | 172942d990d2b2ff5a01765031e2f6747bdf39c8 (patch) | |
tree | 53c5d5931f72a83753d59923ac5333e9098a71c8 /tracker-hatire | |
parent | 4cc0ce7fd0e55b5f7c13d63defdb127f189c25a5 (diff) |
tracker/hatire: add missing serial port name binding
Spotted-by: @Ec0nomist
Issue: #327
Diffstat (limited to 'tracker-hatire')
-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())); |