mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-05 23:01:08 +02:00
textChanged has to do something
This commit is contained in:
parent
ff3a0480fe
commit
6508d5943a
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ PreferencesDialog::PreferencesDialog(QWidget* parent) :
|
||||||
|
|
||||||
connect(ui.buttonChangeAppearance, &QPushButton::clicked, this, &PreferencesDialog::openFullAvatarModelBrowser);
|
connect(ui.buttonChangeAppearance, &QPushButton::clicked, this, &PreferencesDialog::openFullAvatarModelBrowser);
|
||||||
connect(ui.appearanceDescription, &QLineEdit::textChanged, this, [this](const QString& url) {
|
connect(ui.appearanceDescription, &QLineEdit::textChanged, this, [this](const QString& url) {
|
||||||
|
DependencyManager::get<AvatarManager>()->getMyAvatar()->useFullAvatarURL(url, "");
|
||||||
this->fullAvatarURLChanged(url, "");
|
this->fullAvatarURLChanged(url, "");
|
||||||
});
|
});
|
||||||
connect(Application::getInstance(), &Application::fullAvatarURLChanged, this, &PreferencesDialog::fullAvatarURLChanged);
|
connect(Application::getInstance(), &Application::fullAvatarURLChanged, this, &PreferencesDialog::fullAvatarURLChanged);
|
||||||
|
|
Loading…
Reference in a new issue