aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlsettings/tst_qqmlsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlsettings/tst_qqmlsettings.cpp')
-rw-r--r--tests/auto/qml/qqmlsettings/tst_qqmlsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlsettings/tst_qqmlsettings.cpp b/tests/auto/qml/qqmlsettings/tst_qqmlsettings.cpp
index e08389045c..12c3032eda 100644
--- a/tests/auto/qml/qqmlsettings/tst_qqmlsettings.cpp
+++ b/tests/auto/qml/qqmlsettings/tst_qqmlsettings.cpp
@@ -87,7 +87,7 @@ class CppObject : public QObject
Q_PROPERTY(QFont fontProperty MEMBER m_fontProperty NOTIFY fontPropertyChanged)
public:
- CppObject(QObject *parent = 0) : QObject(parent),
+ CppObject(QObject *parent = nullptr) : QObject(parent),
m_intProperty(123),
m_boolProperty(true),
m_realProperty(1.23),