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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/materialsystem/qeffect.h b/src/render/materialsystem/qeffect.h
index 54e18454c..b5a12f575 100644
--- a/src/render/materialsystem/qeffect.h
+++ b/src/render/materialsystem/qeffect.h
@@ -67,11 +67,9 @@ public:
protected:
QEffect(QEffectPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
- void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QEffect)
- QT3D_CLONEABLE(QEffect)
Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const Q_DECL_OVERRIDE;
};