summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qdepthtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qdepthtest.h')
-rw-r--r--src/render/frontend/qdepthtest.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/render/frontend/qdepthtest.h b/src/render/frontend/qdepthtest.h
index 7fa9785aa..95b96922c 100644
--- a/src/render/frontend/qdepthtest.h
+++ b/src/render/frontend/qdepthtest.h
@@ -71,8 +71,6 @@ public:
explicit QDepthTest(QNode *parent = 0);
- void copy(const QNode *ref) Q_DECL_OVERRIDE;
-
DepthFunc func() const;
void setFunc(DepthFunc func);
@@ -81,7 +79,7 @@ Q_SIGNALS:
private:
Q_DECLARE_PRIVATE(QDepthTest)
- QNode *doClone(bool isClone = true) const Q_DECL_OVERRIDE;
+ QNode *doClone() const Q_DECL_OVERRIDE;
};
} // Qt3D