summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qdispatchcompute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qdispatchcompute.h')
-rw-r--r--src/render/framegraph/qdispatchcompute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/qdispatchcompute.h b/src/render/framegraph/qdispatchcompute.h
index 24a4fced1..1ec66cfe4 100644
--- a/src/render/framegraph/qdispatchcompute.h
+++ b/src/render/framegraph/qdispatchcompute.h
@@ -56,7 +56,7 @@ class QT3DRENDERSHARED_EXPORT QDispatchCompute : public QFrameGraphNode
Q_PROPERTY(int workGroupY READ workGroupY WRITE setWorkGroupY NOTIFY workGroupYChanged)
Q_PROPERTY(int workGroupZ READ workGroupZ WRITE setWorkGroupZ NOTIFY workGroupZChanged)
public:
- explicit QDispatchCompute(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QDispatchCompute(Qt3DCore::QNode *parent = nullptr);
int workGroupX() const;
int workGroupY() const;