From b3d3a1f1d4f9739a506990edefcd2d81502368d4 Mon Sep 17 00:00:00 2001 From: Wim Vriend Date: Fri, 16 Nov 2012 12:00:53 +0000 Subject: Added registerProtocol and unRegisterProtocol to the Protocol classes. Now the Protocol Dialog can get data from the protocol, when the Tracker is running. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@192 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb --- FTNoIR_Protocol_PPJOY/ftnoir_protocol_PPJOY_dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FTNoIR_Protocol_PPJOY/ftnoir_protocol_PPJOY_dialog.cpp') diff --git a/FTNoIR_Protocol_PPJOY/ftnoir_protocol_PPJOY_dialog.cpp b/FTNoIR_Protocol_PPJOY/ftnoir_protocol_PPJOY_dialog.cpp index fb9e1bd5..910e2ae4 100644 --- a/FTNoIR_Protocol_PPJOY/ftnoir_protocol_PPJOY_dialog.cpp +++ b/FTNoIR_Protocol_PPJOY/ftnoir_protocol_PPJOY_dialog.cpp @@ -55,6 +55,8 @@ QWidget() QString cbxText = QString("Virtual Joystick %1").arg(i); ui.cbxSelectPPJoyNumber->addItem(QIcon("images/PPJoy.ico"), cbxText); } + theProtocol = NULL; + // Load the settings from the current .INI-file loadSettings(); } -- cgit v1.2.3