New XML files for the sample. Fixed some errors found during testing.

* applyIf no longer returns number of changed elements
* cmd line arguments, wrong assignment in main.cpp
This commit is contained in:
Klaus Basan
2014-01-17 17:11:52 +01:00
parent fb9e7acd8e
commit b38d90a0f1
5 changed files with 16 additions and 19 deletions

View File

@@ -660,8 +660,7 @@ namespace BlackMiscTest
value.addValue(CAtcStation::IndexBookedUntil, QDateTime::currentDateTimeUtc().addDays(2));
qDebug() << " condition" << condition;
qDebug() << " values" << value;
qint32 c = dataContextInterface.updateOnlineControllers(condition, value);
qDebug() << c << "values changed in online controllers";
dataContextInterface.updateOnlineControllers(condition, value);
}
// display current status