diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-09 22:53:29 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-09 22:53:29 +0900 |
commit | 46801080846d58ab1528e921bebcb14e651f7956 (patch) | |
tree | 13fadd0e947a184bc7cef77c5c0867bf404bfe0b /lib/converters.cpp | |
parent | 6767cb8eccea7b74531f59f165a28afa0bec61f4 (diff) | |
download | libquotient-46801080846d58ab1528e921bebcb14e651f7956.tar.gz libquotient-46801080846d58ab1528e921bebcb14e651f7956.zip |
csapi: Now really fix passing query parameters
Also: GetContentThumbnailJob (again) requires width and height.
Diffstat (limited to 'lib/converters.cpp')
-rw-r--r-- | lib/converters.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/converters.cpp b/lib/converters.cpp index f09fe5c2..41a9a65e 100644 --- a/lib/converters.cpp +++ b/lib/converters.cpp @@ -22,7 +22,7 @@ using namespace QMatrixClient; -QJsonValue QMatrixClient::toJson(const QVariant& v) +QJsonValue QMatrixClient::variantToJson(const QVariant& v) { return QJsonValue::fromVariant(v); } |