aboutsummaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/user.h b/user.h
index d1d28312..d19fa8f4 100644
--- a/user.h
+++ b/user.h
@@ -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;