summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp_dialog.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-20 12:16:26 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-09-20 15:30:17 +0200
commit1c9e60221a52e9419780e81aedfe076ad157d014 (patch)
treed4474e79d454fe5807c5f0ca415bbacbabd84fe4 /ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp_dialog.cpp
parent5d8cdde055947ef9c8e157047f090b19e368140c (diff)
reformat only
Diffstat (limited to 'ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp_dialog.cpp')
-rw-r--r--ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp_dialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp_dialog.cpp b/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp_dialog.cpp
index 702cc8a0..d845ff4a 100644
--- a/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp_dialog.cpp
+++ b/ftnoir_tracker_freepie-udp/ftnoir_tracker_freepie-udp_dialog.cpp
@@ -3,10 +3,10 @@
TrackerDialog::TrackerDialog()
{
- ui.setupUi(this);
+ ui.setupUi(this);
- connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK()));
- connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(doCancel()));
+ connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK()));
+ connect(ui.buttonBox, SIGNAL(rejected()), this, SLOT(doCancel()));
tie_setting(s.port, ui.port);
tie_setting(s.enable_yaw, ui.chkEnableYaw);
@@ -16,7 +16,7 @@ TrackerDialog::TrackerDialog()
void TrackerDialog::doOK() {
s.b->save();
- this->close();
+ this->close();
}
void TrackerDialog::doCancel() {