aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-09-04 22:46:22 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-09-04 22:46:22 +0200
commit5eff546aea4f15f7c60af40b452661d058bcabf7 (patch)
tree0260bf3797322609020c8a4af13cc949112e9f60 /lib/connection.h
parent65c60c786dd18553a804e01ac60e5a167cb0a400 (diff)
downloadlibquotient-5eff546aea4f15f7c60af40b452661d058bcabf7.tar.gz
libquotient-5eff546aea4f15f7c60af40b452661d058bcabf7.zip
Fixes of clazy warnings
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 258280a8..6517b909 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -326,7 +326,7 @@ public:
const QStringList& previousRoomAliases,
const QStringList& roomAliases);
Q_INVOKABLE Quotient::Room* invitation(const QString& roomId) const;
- Q_INVOKABLE Quotient::User* user(const QString& userId);
+ Q_INVOKABLE Quotient::User* user(const QString& uId);
const User* user() const;
User* user();
QString userId() const;