summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qtechnique.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qtechnique.h')
-rw-r--r--src/render/materialsystem/qtechnique.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/materialsystem/qtechnique.h b/src/render/materialsystem/qtechnique.h
index f00e5dc41..49c624154 100644
--- a/src/render/materialsystem/qtechnique.h
+++ b/src/render/materialsystem/qtechnique.h
@@ -61,7 +61,7 @@ class QT3DRENDERSHARED_EXPORT QTechnique : public Qt3DCore::QNode
Q_PROPERTY(Qt3DRender::QGraphicsApiFilter *graphicsApiFilter READ graphicsApiFilter CONSTANT)
public:
- explicit QTechnique(Qt3DCore::QNode *parent = 0);
+ explicit QTechnique(Qt3DCore::QNode *parent = Q_NULLPTR);
~QTechnique();
void addFilterKey(QFilterKey*criterion);
@@ -79,7 +79,7 @@ public:
QGraphicsApiFilter *graphicsApiFilter();
protected:
- QTechnique(QTechniquePrivate &dd, Qt3DCore::QNode *parent = 0);
+ QTechnique(QTechniquePrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private: