mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
make lint
This commit is contained in:
parent
bbecadf1a8
commit
0ce7d02abe
2 changed files with 3 additions and 1 deletions
|
@ -493,6 +493,7 @@ ScrollView {
|
|||
foreground: Nheko.colors.mid
|
||||
z: 3
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -379,7 +379,8 @@ TimelineViewManager::openInviteUsers(QString roomId)
|
|||
emit openInviteUsersDialog(model);
|
||||
}
|
||||
|
||||
void TimelineViewManager::openGlobalUserProfile(QString userId)
|
||||
void
|
||||
TimelineViewManager::openGlobalUserProfile(QString userId)
|
||||
{
|
||||
UserProfile *profile = new UserProfile{QString{}, userId, this};
|
||||
emit openProfile(profile);
|
||||
|
|
Loading…
Reference in a new issue