summary refs log tree commit diff
path: root/src/ui/UserProfile.cpp
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-09-07 23:30:41 +0000
committerGitHub <noreply@github.com>2021-09-07 23:30:41 +0000
commit54cff8437176c731925d8db130874daf3ec6fca3 (patch)
tree7a8249b32a515a1ad2b22b9d7fa65e7dbd53028e /src/ui/UserProfile.cpp
parentTranslated using Weblate (Portuguese (Portugal)) (diff)
parentMore profile improvements: (diff)
downloadnheko-54cff8437176c731925d8db130874daf3ec6fca3.tar.xz
Merge pull request #714 from Thulinma/profileSizingFix
More profile improvements (sizing for smaller displays, alignment)
Diffstat (limited to 'src/ui/UserProfile.cpp')
-rw-r--r--src/ui/UserProfile.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/UserProfile.cpp b/src/ui/UserProfile.cpp

index a3f42671..fbd0f4f7 100644 --- a/src/ui/UserProfile.cpp +++ b/src/ui/UserProfile.cpp
@@ -423,6 +423,5 @@ UserProfile::getGlobalProfileData() void UserProfile::openGlobalProfile() { - UserProfile *userProfile = new UserProfile("", userid_, manager, model); - emit manager->openProfile(userProfile); + emit manager->openGlobalUserProfile(userid_); }