aboutsummaryrefslogtreecommitdiff
path: root/avatar.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-01-25 19:54:17 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-01-25 19:54:17 +0900
commit2f83e4be20a15013181c1ba6944e21f051ccac9d (patch)
treeb6d1014f736b8c75e05e1dea8157e7ed04cc7820 /avatar.h
parentd45298d5db97663f300879002a8e0ccdf6b8d523 (diff)
parent80f7e44e1a9056fc55147718dd2812eb93925ec1 (diff)
downloadlibquotient-2f83e4be20a15013181c1ba6944e21f051ccac9d.tar.gz
libquotient-2f83e4be20a15013181c1ba6944e21f051ccac9d.zip
Merge branch 'kitsune-avatar-url-properties'
Diffstat (limited to 'avatar.h')
-rw-r--r--avatar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/avatar.h b/avatar.h
index 28c16e4d..4d476ea5 100644
--- a/avatar.h
+++ b/avatar.h
@@ -38,6 +38,7 @@ namespace QMatrixClient
QImage get(int dimension, notifier_t notifier) const;
QImage get(int w, int h, notifier_t notifier) const;
+ QString mediaId() const;
QUrl url() const;
bool updateUrl(const QUrl& newUrl);