mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +02:00
fixed last space
This commit is contained in:
parent
c61f0bcf3e
commit
049ff8e618
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
void setupPreferences() {
|
||||
auto preferences = DependencyManager::get<Preferences>();
|
||||
auto myAvatar = DependencyManager::get<AvatarManager>()->getMyAvatar();
|
||||
static const QString AVATAR_BASICS{ "Avatar Basics" };
|
||||
static const QString AVATAR_BASICS { "Avatar Basics" };
|
||||
{
|
||||
auto getter = [myAvatar]()->QString { return myAvatar->getDisplayName(); };
|
||||
auto setter = [myAvatar](const QString& value) { myAvatar->setDisplayName(value); };
|
||||
|
|
Loading…
Reference in a new issue