diff options
Diffstat (limited to 'FTNoIR_Protocol_FG/ftnoir_protocol_fg_dialog.cpp')
-rw-r--r-- | FTNoIR_Protocol_FG/ftnoir_protocol_fg_dialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FTNoIR_Protocol_FG/ftnoir_protocol_fg_dialog.cpp b/FTNoIR_Protocol_FG/ftnoir_protocol_fg_dialog.cpp index 987a81f9..0138a4c1 100644 --- a/FTNoIR_Protocol_FG/ftnoir_protocol_fg_dialog.cpp +++ b/FTNoIR_Protocol_FG/ftnoir_protocol_fg_dialog.cpp @@ -61,6 +61,8 @@ QWidget() connect(ui.spinIPFourthNibble, SIGNAL(valueChanged(int)), this, SLOT(settingChanged()));
connect(ui.spinPortNumber, SIGNAL(valueChanged(int)), this, SLOT(settingChanged()));
+ theProtocol = NULL;
+
// Load the settings from the current .INI-file
loadSettings();
}
|