diff options
Diffstat (limited to 'FTNoIR_Protocol_FSUIPC/ftnoir_protocol_FSUIPC_dialog.cpp')
-rw-r--r-- | FTNoIR_Protocol_FSUIPC/ftnoir_protocol_FSUIPC_dialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FTNoIR_Protocol_FSUIPC/ftnoir_protocol_FSUIPC_dialog.cpp b/FTNoIR_Protocol_FSUIPC/ftnoir_protocol_FSUIPC_dialog.cpp index 27d99e04..08c13c08 100644 --- a/FTNoIR_Protocol_FSUIPC/ftnoir_protocol_FSUIPC_dialog.cpp +++ b/FTNoIR_Protocol_FSUIPC/ftnoir_protocol_FSUIPC_dialog.cpp @@ -49,6 +49,8 @@ QWidget() connect(ui.btnCancel, SIGNAL(clicked()), this, SLOT(doCancel()));
connect(ui.btnFindDLL, SIGNAL(clicked()), this, SLOT(getLocationOfDLL()));
+ theProtocol = NULL;
+
// Load the settings from the current .INI-file
loadSettings();
}
|