fixed fallback step-logger

moved vap-grouping to settings-file
sanity-checks
This commit is contained in:
2016-10-02 18:28:17 +02:00
parent a4a8593023
commit 3a1cd1bccc
9 changed files with 95 additions and 32 deletions

View File

@@ -44,8 +44,9 @@ protected:
// scaling for the UAH building
IPINScaler scaler = IPINScaler(1869, 1869, 40.51312440, -3.34959080, -40.73112000, 0.07596002);
//StepLoggerWrapper sl;
StepLoggerWrapperAndroid sl;
//StepLoggerWrapper* sl = nullptr;
StepLoggerWrapperAndroid* sl = nullptr;
private slots: