summaryrefslogtreecommitdiffstats
path: root/src/render/geometry/qattribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/geometry/qattribute.h')
-rw-r--r--src/render/geometry/qattribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/geometry/qattribute.h b/src/render/geometry/qattribute.h
index 005beb1fb..274aecb8d 100644
--- a/src/render/geometry/qattribute.h
+++ b/src/render/geometry/qattribute.h
@@ -53,7 +53,7 @@ class QT3DRENDERSHARED_EXPORT QAttribute : public QAbstractAttribute
Q_OBJECT
public:
- explicit QAttribute(Qt3DCore::QNode *parent = 0);
+ explicit QAttribute(Qt3DCore::QNode *parent = Q_NULLPTR);
QAttribute(QBuffer *buf, DataType type, uint dataSize, int count, int offset=0, int stride = 0);
QAttribute(QBuffer *buf, const QString &name, DataType type, uint dataSize, int count, int offset=0, int stride = 0);
~QAttribute();