mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +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 _avatarSortCoefficientCenter;
|
||||||
static float _avatarSortCoefficientAge;
|
static float _avatarSortCoefficientAge;
|
||||||
|
|
||||||
QHash<QString, int>& getJointIndices() { return _jointIndices };
|
QHash<QString, int>& getJointIndices() { return _jointIndices; };
|
||||||
void setJointIndices(QHash<QString, int>& indices) { _jointIndices = indices };
|
void setJointIndices(QHash<QString, int>& indices) { _jointIndices = indices; };
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void displayNameChanged();
|
void displayNameChanged();
|
||||||
|
|
Loading…
Reference in a new issue