make lint

This commit is contained in:
Loren Burkholder 2021-07-22 07:55:12 -04:00
parent bbecadf1a8
commit 0ce7d02abe
2 changed files with 3 additions and 1 deletions

View File

@ -493,6 +493,7 @@ ScrollView {
foreground: Nheko.colors.mid foreground: Nheko.colors.mid
z: 3 z: 3
} }
} }
} }

View File

@ -379,7 +379,8 @@ TimelineViewManager::openInviteUsers(QString roomId)
emit openInviteUsersDialog(model); emit openInviteUsersDialog(model);
} }
void TimelineViewManager::openGlobalUserProfile(QString userId) void
TimelineViewManager::openGlobalUserProfile(QString userId)
{ {
UserProfile *profile = new UserProfile{QString{}, userId, this}; UserProfile *profile = new UserProfile{QString{}, userId, this};
emit openProfile(profile); emit openProfile(profile);