diff options
author | Ram Nad <ramnad1999@gmail.com> | 2020-03-08 02:43:23 +0530 |
---|---|---|
committer | Ram Nad <ramnad1999@gmail.com> | 2020-03-08 02:43:23 +0530 |
commit | 42bca67768d6f174ecf125563ab28ef79b994e23 (patch) | |
tree | d3bf3263a9a8b99f9411dfd4f2e0178518ef1f70 /lib/connection.h | |
parent | d3ca82b9d7477a35e7580f2d6ce579dcbf791d07 (diff) | |
download | libquotient-42bca67768d6f174ecf125563ab28ef79b994e23.tar.gz libquotient-42bca67768d6f174ecf125563ab28ef79b994e23.zip |
fixing msc2432
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 e4109fd4..c7e18c12 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -294,7 +294,7 @@ public: /// This is used to maintain the internal index of room aliases. /// It does NOT change aliases on the server, /// \sa Room::setLocalAliases - void updateRoomAliases(const QString& roomId, const QString& aliasServer, + void updateRoomAliases(const QString& roomId, const QStringList& previousRoomAliases, const QStringList& roomAliases); Q_INVOKABLE Quotient::Room* invitation(const QString& roomId) const; |