aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/rooms.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-08-09 22:58:21 +0200
committerGitHub <noreply@github.com>2021-08-09 22:58:21 +0200
commit5d9443fccf2d336f16d6beacb5e1775c79123c02 (patch)
treefe5ba377808dfa7c3564dbe013e9894035c303f4 /lib/csapi/rooms.h
parentbf6303c41264d913ca049009034aa948464b8f30 (diff)
parente5a760371a158bec6a70353b96614611adecc4bc (diff)
downloadlibquotient-5d9443fccf2d336f16d6beacb5e1775c79123c02.tar.gz
libquotient-5d9443fccf2d336f16d6beacb5e1775c79123c02.zip
Merge pull request #492 from quotient-im/kitsune-qurl-in-csapi
Use QUrl in CS API backend
Diffstat (limited to 'lib/csapi/rooms.h')
-rw-r--r--lib/csapi/rooms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/rooms.h b/lib/csapi/rooms.h
index 51af2c65..2620582b 100644
--- a/lib/csapi/rooms.h
+++ b/lib/csapi/rooms.h
@@ -175,7 +175,7 @@ public:
/// The display name of the user this object is representing.
QString displayName;
/// The mxc avatar url of the user this object is representing.
- QString avatarUrl;
+ QUrl avatarUrl;
};
// Construction/destruction