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 00f69b125..ccb4e3e5b 100644
--- a/src/core/transforms/qtransform.h
+++ b/src/core/transforms/qtransform.h
@@ -61,7 +61,7 @@ class QT3DCORESHARED_EXPORT QTransform : public QComponent
Q_PROPERTY(QVector3D translation READ translation WRITE setTranslation NOTIFY translationChanged)
public:
- explicit QTransform(QNode *parent = 0);
+ explicit QTransform(QNode *parent = Q_NULLPTR);
~QTransform();
float scale() const;
@@ -111,7 +111,7 @@ Q_SIGNALS:
void matrixChanged(const QMatrix4x4 &matrix);
protected:
- QTransform(QTransformPrivate &dd, QNode *parent = 0);
+ QTransform(QTransformPrivate &dd, QNode *parent = Q_NULLPTR);
void copy(const QNode *ref) Q_DECL_OVERRIDE;
private: