mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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.appearanceDescription, &QLineEdit::textChanged, this, [this](const QString& url) {
|
||||
DependencyManager::get<AvatarManager>()->getMyAvatar()->useFullAvatarURL(url, "");
|
||||
this->fullAvatarURLChanged(url, "");
|
||||
});
|
||||
connect(Application::getInstance(), &Application::fullAvatarURLChanged, this, &PreferencesDialog::fullAvatarURLChanged);
|
||||
|
|
Loading…
Reference in a new issue