mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Better name for signal.
This commit is contained in:
parent
9593668110
commit
81e0a1e629
2 changed files with 2 additions and 2 deletions
|
@ -1087,7 +1087,7 @@ void AvatarData::setJointMappingsFromNetworkReply() {
|
|||
}
|
||||
|
||||
networkReply->deleteLater();
|
||||
emit jointsLoaded();
|
||||
emit jointMappingLoaded();
|
||||
}
|
||||
|
||||
void AvatarData::sendAvatarDataPacket() {
|
||||
|
|
|
@ -313,7 +313,7 @@ public:
|
|||
bool shouldDie() const { return _owningAvatarMixer.isNull() || getUsecsSinceLastUpdate() > AVATAR_SILENCE_THRESHOLD_USECS; }
|
||||
|
||||
signals:
|
||||
void jointsLoaded(); // So that test cases or anyone waiting on asynchronous loading can be informed.
|
||||
void jointMappingLoaded(); // So that test cases or anyone waiting on asynchronous loading can be informed.
|
||||
|
||||
public slots:
|
||||
void sendAvatarDataPacket();
|
||||
|
|
Loading…
Reference in a new issue