fix linting
This commit is contained in:
parent
b3f29f592b
commit
3b82b2ff97
4 changed files with 8 additions and 8 deletions
|
|
@ -814,8 +814,8 @@ void
|
|||
TimelineModel::openUserProfile(QString userid, bool global)
|
||||
{
|
||||
if (global) {
|
||||
emit openProfile(new UserProfile("",utils::localUser(),
|
||||
manager_, this, globalUsername));
|
||||
emit openProfile(
|
||||
new UserProfile("", utils::localUser(), manager_, this, globalUsername));
|
||||
} else {
|
||||
emit openProfile(new UserProfile(room_id_, userid, manager_, this));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue