From 195bb0499bd8515517be8c9a6bab00a45bfc8dc5 Mon Sep 17 00:00:00 2001 From: Jedi18 Date: Fri, 29 Jan 2021 00:15:40 +0530 Subject: fix linting 2 --- src/ui/UserProfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/UserProfile.h') diff --git a/src/ui/UserProfile.h b/src/ui/UserProfile.h index 2a674732..5ccb54b3 100644 --- a/src/ui/UserProfile.h +++ b/src/ui/UserProfile.h @@ -121,7 +121,7 @@ signals: void userStatusChanged(); void usernameEditingChanged(); void displayNameChanged(); - void globalUsernameRetrieved(const QString& globalUser); + void globalUsernameRetrieved(const QString &globalUser); protected slots: void setGlobalUsername(const QString &globalUser); -- cgit 1.5.1