Merge pull request #651 from LorenDB/qml-all-the-things

Fix a few UI things
This commit is contained in:
DeepBlueV7.X 2021-07-23 16:17:43 +00:00 committed by GitHub
commit ca3d17dc22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 5 deletions

View file

@ -393,6 +393,13 @@ TimelineViewManager::openInviteUsers(QString roomId)
emit openInviteUsersDialog(model);
}
void
TimelineViewManager::openGlobalUserProfile(QString userId)
{
UserProfile *profile = new UserProfile{QString{}, userId, this};
emit openProfile(profile);
}
void
TimelineViewManager::setVideoCallItem()
{