mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user