diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-09-04 22:46:22 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-09-04 22:46:22 +0200 |
commit | 5eff546aea4f15f7c60af40b452661d058bcabf7 (patch) | |
tree | 0260bf3797322609020c8a4af13cc949112e9f60 /lib/connection.h | |
parent | 65c60c786dd18553a804e01ac60e5a167cb0a400 (diff) | |
download | libquotient-5eff546aea4f15f7c60af40b452661d058bcabf7.tar.gz libquotient-5eff546aea4f15f7c60af40b452661d058bcabf7.zip |
Fixes of clazy warnings
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
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; |