summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qcomponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qcomponent.h')
-rw-r--r--src/core/nodes/qcomponent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nodes/qcomponent.h b/src/core/nodes/qcomponent.h
index a303b4d5b..c25ec304a 100644
--- a/src/core/nodes/qcomponent.h
+++ b/src/core/nodes/qcomponent.h
@@ -55,7 +55,7 @@ class QT3DCORESHARED_EXPORT QComponent : public QNode
Q_PROPERTY(bool isShareable READ isShareable WRITE setShareable NOTIFY shareableChanged)
public:
- explicit QComponent(QNode *parent = Q_NULLPTR);
+ explicit QComponent(QNode *parent = nullptr);
~QComponent();
bool isShareable() const;
@@ -69,7 +69,7 @@ Q_SIGNALS:
void shareableChanged(bool isShareable);
protected:
- QComponent(QComponentPrivate &dd, QNode *parent = Q_NULLPTR);
+ QComponent(QComponentPrivate &dd, QNode *parent = nullptr);
private:
Q_DECLARE_PRIVATE(QComponent)