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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/render/framegraph/qdispatchcompute.h b/src/render/framegraph/qdispatchcompute.h
index 7884b80e6..24a4fced1 100644
--- a/src/render/framegraph/qdispatchcompute.h
+++ b/src/render/framegraph/qdispatchcompute.h
@@ -72,12 +72,7 @@ Q_SIGNALS:
void workGroupYChanged();
void workGroupZChanged();
- // QNode interface
-protected:
- void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
-
private:
- QT3D_CLONEABLE(QDispatchCompute)
Q_DECLARE_PRIVATE(QDispatchCompute)
Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const Q_DECL_OVERRIDE;
};