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