summaryrefslogtreecommitdiffstats
path: root/src/bulletphysics/qspherecollider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bulletphysics/qspherecollider.h')
-rw-r--r--src/bulletphysics/qspherecollider.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bulletphysics/qspherecollider.h b/src/bulletphysics/qspherecollider.h
index ff3d78dd6..0d195848a 100644
--- a/src/bulletphysics/qspherecollider.h
+++ b/src/bulletphysics/qspherecollider.h
@@ -64,8 +64,6 @@ class QT3DBULLETPHYSICSSHARED_EXPORT QSphereCollider : public Qt3D::BulletPhysic
public:
explicit QSphereCollider(Qt3D::QNode *parent = 0);
- void copy(const QNode *ref) Q_DECL_OVERRIDE;
-
void setCenter(const QVector3D &center);
QVector3D center() const;
@@ -77,9 +75,11 @@ Q_SIGNALS:
void radiusChanged();
protected:
- Q_DECLARE_PRIVATE(QSphereCollider)
QSphereCollider(QSphereColliderPrivate &dd, QNode *parent = 0);
- QSphereCollider *doClone(bool isClone = true) const Q_DECL_OVERRIDE;
+
+private:
+ Q_DECLARE_PRIVATE(QSphereCollider)
+ QSphereCollider *doClone() const Q_DECL_OVERRIDE;
};
} // namespace BulletPhysics