summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_moc_macro_target/mywrapobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/test_moc_macro_target/mywrapobject.h')
-rw-r--r--tests/auto/cmake/test_moc_macro_target/mywrapobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cmake/test_moc_macro_target/mywrapobject.h b/tests/auto/cmake/test_moc_macro_target/mywrapobject.h
index adc7551120..a4be007110 100644
--- a/tests/auto/cmake/test_moc_macro_target/mywrapobject.h
+++ b/tests/auto/cmake/test_moc_macro_target/mywrapobject.h
@@ -38,7 +38,7 @@ class MyWrapObject : public QObject, MyInterface
Q_OBJECT
Q_INTERFACES(MyInterface)
public:
- explicit MyWrapObject(QObject *parent = 0) : QObject(parent) { }
+ explicit MyWrapObject(QObject *parent = nullptr) : QObject(parent) { }
};
#endif