summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qannotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qannotation.h')
-rw-r--r--src/render/materialsystem/qannotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/qannotation.h b/src/render/materialsystem/qannotation.h
index 1cf73186d..2b16d26cd 100644
--- a/src/render/materialsystem/qannotation.h
+++ b/src/render/materialsystem/qannotation.h
@@ -53,7 +53,7 @@ class QT3DRENDERSHARED_EXPORT QAnnotation : public Qt3DCore::QNode
Q_PROPERTY(QVariant value READ value WRITE setValue NOTIFY valueChanged)
Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged)
public:
- explicit QAnnotation(Qt3DCore::QNode *parent = 0);
+ explicit QAnnotation(Qt3DCore::QNode *parent = Q_NULLPTR);
~QAnnotation();
QVariant value() const;