aboutsummaryrefslogtreecommitdiff
path: root/lib/events/reactionevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/reactionevent.cpp')
-rw-r--r--lib/events/reactionevent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/events/reactionevent.cpp b/lib/events/reactionevent.cpp
index 0a080607..df8910fe 100644
--- a/lib/events/reactionevent.cpp
+++ b/lib/events/reactionevent.cpp
@@ -20,7 +20,7 @@
using namespace QMatrixClient;
-void QMatrixClient::JsonObjectConverter<EventRelation>::dumpTo(
+void JsonObjectConverter<EventRelation>::dumpTo(
QJsonObject& jo, const EventRelation& pod)
{
if (pod.type.isEmpty()) {
@@ -33,7 +33,7 @@ void QMatrixClient::JsonObjectConverter<EventRelation>::dumpTo(
jo.insert(QStringLiteral("key"), pod.key);
}
-void QMatrixClient::JsonObjectConverter<EventRelation>::fillFrom(
+void JsonObjectConverter<EventRelation>::fillFrom(
const QJsonObject& jo, EventRelation& pod)
{
// The experimental logic for generic relationships (MSC1849)