summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qdbuscpp2xml/test1.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qdbuscpp2xml/test1.h')
-rw-r--r--tests/auto/tools/qdbuscpp2xml/test1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/qdbuscpp2xml/test1.h b/tests/auto/tools/qdbuscpp2xml/test1.h
index 337fada86d..69f3a2cadc 100644
--- a/tests/auto/tools/qdbuscpp2xml/test1.h
+++ b/tests/auto/tools/qdbuscpp2xml/test1.h
@@ -54,7 +54,7 @@ public:
#endif
};
- Test1(QObject *parent = 0) : QObject(parent) {}
+ Test1(QObject *parent = nullptr) : QObject(parent) {}
int numProperty1() { return 42; }