diff options
Diffstat (limited to 'FTNoIR_Protocol_MOUSE/ftnoir_protocol_MOUSE_dialog.cpp')
-rw-r--r-- | FTNoIR_Protocol_MOUSE/ftnoir_protocol_MOUSE_dialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FTNoIR_Protocol_MOUSE/ftnoir_protocol_MOUSE_dialog.cpp b/FTNoIR_Protocol_MOUSE/ftnoir_protocol_MOUSE_dialog.cpp index 75f96660..b8d7d7ee 100644 --- a/FTNoIR_Protocol_MOUSE/ftnoir_protocol_MOUSE_dialog.cpp +++ b/FTNoIR_Protocol_MOUSE/ftnoir_protocol_MOUSE_dialog.cpp @@ -88,6 +88,8 @@ QWidget() connect(ui.chkUseVirtualDesk, SIGNAL(stateChanged(int)), this, SLOT(settingChanged(int)));
+ theProtocol = NULL;
+
// Load the settings from the current .INI-file
loadSettings();
}
|