diff options
Diffstat (limited to 'user.h')
-rw-r--r-- | user.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -113,6 +113,8 @@ namespace QMatrixClient void updateName(const QString& newName, const Room* room = nullptr); void updateName(const QString& newName, const QString& oldName, const Room* room = nullptr); + void updateAvatarUrl(const QUrl& newUrl, const QUrl& oldUrl, + const Room* room = nullptr); private: class Private; |