Refactor UserProfile
This commit is contained in:
parent
ac1fbbb69f
commit
08028d5c57
14 changed files with 366 additions and 783 deletions
|
|
@ -654,9 +654,9 @@ TimelineModel::viewDecryptedRawMessage(QString id) const
|
|||
}
|
||||
|
||||
void
|
||||
TimelineModel::openUserProfile(QString userid) const
|
||||
TimelineModel::openUserProfile(QString userid)
|
||||
{
|
||||
MainWindow::instance()->openUserProfile(userid, room_id_);
|
||||
emit openProfile(new UserProfile(room_id_, userid, this));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue