summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qeffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qeffect.h')
-rw-r--r--src/render/materialsystem/qeffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/materialsystem/qeffect.h b/src/render/materialsystem/qeffect.h
index 0f806f02b..2a921b6fc 100644
--- a/src/render/materialsystem/qeffect.h
+++ b/src/render/materialsystem/qeffect.h
@@ -53,7 +53,7 @@ class QT3DRENDERSHARED_EXPORT QEffect
{
Q_OBJECT
public:
- explicit QEffect(Qt3DCore::QNode *parent = 0);
+ explicit QEffect(Qt3DCore::QNode *parent = Q_NULLPTR);
~QEffect();
void addParameter(QParameter *parameter);
@@ -65,7 +65,7 @@ public:
QList<QTechnique *> techniques() const;
protected:
- QEffect(QEffectPrivate &dd, Qt3DCore::QNode *parent = 0);
+ QEffect(QEffectPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private: