summaryrefslogtreecommitdiffstats
path: root/src/core/transforms/qtransform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transforms/qtransform.h')
-rw-r--r--src/core/transforms/qtransform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/transforms/qtransform.h b/src/core/transforms/qtransform.h
index 73eff5b8a..c77217e07 100644
--- a/src/core/transforms/qtransform.h
+++ b/src/core/transforms/qtransform.h
@@ -64,7 +64,7 @@ class QT3DCORESHARED_EXPORT QTransform : public QComponent
Q_PROPERTY(float rotationZ READ rotationZ WRITE setRotationZ NOTIFY rotationZChanged)
public:
- explicit QTransform(QNode *parent = 0);
+ explicit QTransform(QNode *parent = Q_NULLPTR);
~QTransform();
float scale() const;
@@ -114,7 +114,7 @@ Q_SIGNALS:
void rotationZChanged(float rotationZ);
protected:
- QTransform(QTransformPrivate &dd, QNode *parent = 0);
+ QTransform(QTransformPrivate &dd, QNode *parent = Q_NULLPTR);
void copy(const QNode *ref) Q_DECL_OVERRIDE;
private: