mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Semicolons lol
This commit is contained in:
parent
bc75ff4462
commit
297da90118
1 changed files with 2 additions and 2 deletions
|
@ -620,8 +620,8 @@ public:
|
|||
static float _avatarSortCoefficientCenter;
|
||||
static float _avatarSortCoefficientAge;
|
||||
|
||||
QHash<QString, int>& getJointIndices() { return _jointIndices };
|
||||
void setJointIndices(QHash<QString, int>& indices) { _jointIndices = indices };
|
||||
QHash<QString, int>& getJointIndices() { return _jointIndices; };
|
||||
void setJointIndices(QHash<QString, int>& indices) { _jointIndices = indices; };
|
||||
|
||||
signals:
|
||||
void displayNameChanged();
|
||||
|
|
Loading…
Reference in a new issue