MyAVatar::rebuildCollisionShape() is not a slot

This commit is contained in:
Andrew Meadows 2016-02-08 17:08:40 -08:00
parent 7dee3c61f3
commit 65ca25ff47

View file

@ -240,6 +240,8 @@ public:
glm::quat getCustomListenOrientation() { return _customListenOrientation; }
void setCustomListenOrientation(glm::quat customListenOrientation) { _customListenOrientation = customListenOrientation; }
virtual void rebuildCollisionShape() override;
public slots:
void increaseSize();
void decreaseSize();
@ -256,8 +258,6 @@ public slots:
Q_INVOKABLE void updateMotionBehaviorFromMenu();
virtual void rebuildCollisionShape() override;
Q_INVOKABLE QUrl getAnimGraphUrl() const { return _animGraphUrl; }
void setEnableDebugDrawDefaultPose(bool isEnabled);