summaryrefslogtreecommitdiffstats
path: root/src/logic/qlogiccomponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logic/qlogiccomponent.h')
-rw-r--r--src/logic/qlogiccomponent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logic/qlogiccomponent.h b/src/logic/qlogiccomponent.h
index 68d0bf69a..3d2e9739a 100644
--- a/src/logic/qlogiccomponent.h
+++ b/src/logic/qlogiccomponent.h
@@ -56,11 +56,11 @@ class QT3DLOGICSHARED_EXPORT QLogicComponent : public Qt3DCore::QComponent
Q_OBJECT
public:
- explicit QLogicComponent(Qt3DCore::QNode *parent = 0);
+ explicit QLogicComponent(Qt3DCore::QNode *parent = Q_NULLPTR);
~QLogicComponent();
protected:
- QLogicComponent(QLogicComponentPrivate &dd, QNode *parent = 0);
+ QLogicComponent(QLogicComponentPrivate &dd, QNode *parent = Q_NULLPTR);
Q_SIGNALS:
void frameUpdate(float dt);