diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2011-08-15 11:48:23 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2011-08-15 11:48:23 +0000 |
commit | 1ef199b2369d78558df6c706592ae1def10adfd7 (patch) | |
tree | a12aab066c9def5cc248cf6da4d71ddb294e2daa /FTNoIR_Protocol_FTIR/FTNoIR_Protocol_FTIR.h | |
parent | e5fbf0ed808cc530bd411251d32159c9f04522d8 (diff) |
Some minor changes to the interface. Also moved to new dev.hardware
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@89 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FTNoIR_Protocol_FTIR/FTNoIR_Protocol_FTIR.h')
-rw-r--r-- | FTNoIR_Protocol_FTIR/FTNoIR_Protocol_FTIR.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FTNoIR_Protocol_FTIR/FTNoIR_Protocol_FTIR.h b/FTNoIR_Protocol_FTIR/FTNoIR_Protocol_FTIR.h index 59454e90..6307c6a1 100644 --- a/FTNoIR_Protocol_FTIR/FTNoIR_Protocol_FTIR.h +++ b/FTNoIR_Protocol_FTIR/FTNoIR_Protocol_FTIR.h @@ -76,6 +76,7 @@ private: QLibrary FTIRViewsLib;
QProcess *dummyTrackIR;
bool useTIRViews;
+ bool useDummyExe;
float scale2AnalogLimits( float x, float min_x, float max_x );
void loadSettings();
|