diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2013-02-03 15:14:14 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2013-02-03 15:14:14 +0000 |
commit | aa575640fcc3c2ad41f68986ee6263f11630adf8 (patch) | |
tree | 4408387aed034afd809fae46bb639cc8e75dfe71 /FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h | |
parent | ffa80134f54e7c0b9bb9349cbb968d54dc6ed347 (diff) |
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
Diffstat (limited to 'FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h')
-rw-r--r-- | FTNoIR_Protocol_FT/FTNoIR_Protocol_FT.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 );
|