summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qnodraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qnodraw.h')
-rw-r--r--src/render/framegraph/qnodraw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/qnodraw.h b/src/render/framegraph/qnodraw.h
index 247d37da1..17d490db6 100644
--- a/src/render/framegraph/qnodraw.h
+++ b/src/render/framegraph/qnodraw.h
@@ -50,7 +50,7 @@ class QT3DRENDERSHARED_EXPORT QNoDraw : public QFrameGraphNode
{
Q_OBJECT
public:
- explicit QNoDraw(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QNoDraw(Qt3DCore::QNode *parent = nullptr);
};
} // namespace Qt3DRender