diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/UserProfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/UserProfile.h b/src/ui/UserProfile.h index 58fb0f0b..ffc5dcae 100644 --- a/src/ui/UserProfile.h +++ b/src/ui/UserProfile.h @@ -134,10 +134,12 @@ protected slots: private: void updateRoomMemberState(mtx::events::state::Member member); + void getGlobalProfileData(); private: QString roomid_, userid_; QString globalUsername; + QString globalAvatarUrl; DeviceInfoModel deviceList_; bool isUserVerified = false; bool hasMasterKey = false; |