summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qcolormask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qcolormask.h')
-rw-r--r--src/render/renderstates/qcolormask.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/renderstates/qcolormask.h b/src/render/renderstates/qcolormask.h
index 042a07b71..bd59cc85d 100644
--- a/src/render/renderstates/qcolormask.h
+++ b/src/render/renderstates/qcolormask.h
@@ -76,12 +76,8 @@ Q_SIGNALS:
void blueMaskedChanged(bool blueMasked);
void alphaMaskedChanged(bool alphaMasked);
-protected:
- void copy(const Qt3DCore::QNode *ref) Q_DECL_FINAL;
-
private:
Q_DECLARE_PRIVATE(QColorMask)
- QT3D_CLONEABLE(QColorMask)
Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const Q_DECL_OVERRIDE;
};