make lint
This commit is contained in:
parent
bbecadf1a8
commit
0ce7d02abe
@ -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 New Issue
Block a user