Merge pull request #651 from LorenDB/qml-all-the-things
Fix a few UI things
This commit is contained in:
commit
ca3d17dc22
4 changed files with 24 additions and 5 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue