summary refs log tree commit diff
path: root/src/ui/UserProfile.h
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-02 17:46:02 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-02 17:46:02 +0530
commit2ff3c0c97eda8f1503ee0c274c01566b34bc84f1 (patch)
treea89bcbe904595511f2363f8e937dd31ad8da1982 /src/ui/UserProfile.h
parentadd loading indicator (diff)
downloadnheko-2ff3c0c97eda8f1503ee0c274c01566b34bc84f1.tar.xz
fixed global avatar updation in the dialog
Diffstat (limited to '')
-rw-r--r--src/ui/UserProfile.h2
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;