From aa575640fcc3c2ad41f68986ee6263f11630adf8 Mon Sep 17 00:00:00 2001 From: Wim Vriend Date: Sun, 3 Feb 2013 15:14:14 +0000 Subject: Changed FreeTrack 2.0 concerning TIRViews. It needs to start first. Added 'disable beep' to KeyboardShortcutDialog. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@260 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb --- FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h') diff --git a/FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h b/FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h index 12a20ee8..00f124f6 100644 --- a/FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h +++ b/FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h @@ -73,10 +73,11 @@ private: // Private properties QString ProgramName; -// QLibrary FTClientLib; QLibrary FTIRViewsLib; QProcess *dummyTrackIR; int intGameID; + bool useTIRViews; // Needs to be in the Settings dialog + bool useDummyExe; float getRadsFromDegrees ( float degrees ) { return (degrees * 0.017453f); } bool getGameData( QString gameID ); -- cgit v1.2.3