summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qfrontface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qfrontface.h')
-rw-r--r--src/render/frontend/qfrontface.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/render/frontend/qfrontface.h b/src/render/frontend/qfrontface.h
index 6e63fd97f..8acb8b28d 100644
--- a/src/render/frontend/qfrontface.h
+++ b/src/render/frontend/qfrontface.h
@@ -66,8 +66,6 @@ public:
explicit QFrontFace(QNode *parent = 0);
- void copy(const QNode *ref) Q_DECL_OVERRIDE;
-
FaceDir direction() const;
void setDirection(FaceDir direction);
@@ -76,7 +74,7 @@ Q_SIGNALS:
private:
Q_DECLARE_PRIVATE(QFrontFace)
- QNode *doClone(bool isClone = true) const Q_DECL_OVERRIDE;
+ QNode *doClone() const Q_DECL_OVERRIDE;
};
} // Qt3D