mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 16:49:58 +02:00
avartar => avatar
This commit is contained in:
parent
74dc6a3dc5
commit
7d4c96cc29
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ public:
|
|||
|
||||
Q_INVOKABLE void useFullAvatarURL(const QUrl& fullAvatarURL, const QString& modelName = QString());
|
||||
Q_INVOKABLE const QUrl& getFullAvatarURLFromPreferences() const { return _fullAvatarURLFromPreferences; }
|
||||
Q_INVOKABLE const QString& getFullAvartarModelName() const { return _fullAvatarModelName; }
|
||||
Q_INVOKABLE const QString& getFullAvatarModelName() const { return _fullAvatarModelName; }
|
||||
|
||||
virtual void setAttachmentData(const QVector<AttachmentData>& attachmentData);
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@ void PreferencesDialog::loadPreferences() {
|
|||
ui.collisionSoundURLEdit->setText(myAvatar->getCollisionSoundURL());
|
||||
|
||||
fullAvatarURLChanged(myAvatar->getFullAvatarURLFromPreferences().toString(),
|
||||
myAvatar->getFullAvartarModelName());
|
||||
myAvatar->getFullAvatarModelName());
|
||||
|
||||
ui.sendDataCheckBox->setChecked(!menuInstance->isOptionChecked(MenuOption::DisableActivityLogger));
|
||||
|
||||
|
|
Loading…
Reference in a new issue