aboutsummaryrefslogtreecommitdiff
path: root/lib/events/roommessageevent.cpp
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-01-03 17:57:42 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-01-05 21:01:34 +0900
commit816377ea3c204f22698e1458b815fdd3c3837adc (patch)
tree092a711c6504c9e1945e5e1b566ee362123f57ef /lib/events/roommessageevent.cpp
parente3c1b93483eafbb94f1224b57e562984f4100538 (diff)
downloadlibquotient-816377ea3c204f22698e1458b815fdd3c3837adc.tar.gz
libquotient-816377ea3c204f22698e1458b815fdd3c3837adc.zip
More defaults to construct LocationContent and PlayableContent
Diffstat (limited to 'lib/events/roommessageevent.cpp')
-rw-r--r--lib/events/roommessageevent.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/events/roommessageevent.cpp b/lib/events/roommessageevent.cpp
index 572c7173..69969c0f 100644
--- a/lib/events/roommessageevent.cpp
+++ b/lib/events/roommessageevent.cpp
@@ -200,7 +200,8 @@ void TextContent::fillJson(QJsonObject* json) const
}
}
-LocationContent::LocationContent(const QString& geoUri, const ImageInfo& thumbnail)
+LocationContent::LocationContent(const QString& geoUri,
+ const Thumbnail& thumbnail)
: geoUri(geoUri), thumbnail(thumbnail)
{ }