add loading indicator
This commit is contained in:
parent
d535cc5e75
commit
cd3f719e43
4 changed files with 46 additions and 11 deletions
|
|
@ -803,7 +803,7 @@ TimelineModel::openUserProfile(QString userid, bool global)
|
|||
{
|
||||
UserProfile *userProfile = new UserProfile(global ? "" : room_id_, userid, manager_, this);
|
||||
connect(
|
||||
this, &TimelineModel::roomAvatarUrlChanged, userProfile, &UserProfile::avatarUrlChanged);
|
||||
this, &TimelineModel::roomAvatarUrlChanged, userProfile, &UserProfile::updateAvatarUrl);
|
||||
emit openProfile(userProfile);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue