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

@@ -82,7 +82,7 @@ namespace BlackMiscTest
/*!
* \brief Default constructor
*/
CDataContext(QObject *parent = 0) : QObject(parent) {}
CDataContext(QObject *parent = nullptr) : QObject(parent) {}
/*!
* \brief ctor for Qt meta system