aboutsummaryrefslogtreecommitdiff
path: root/quotest
diff options
context:
space:
mode:
Diffstat (limited to 'quotest')
-rw-r--r--quotest/quotest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp
index 792faabd..861cfba0 100644
--- a/quotest/quotest.cpp
+++ b/quotest/quotest.cpp
@@ -531,10 +531,10 @@ public:
: RoomEvent(typeId(), jo)
{}
CustomEvent(int testValue)
- : RoomEvent(typeId(),
- basicEventJson(matrixTypeId(),
- QJsonObject { { "testValue"_ls,
- toJson(testValue) } }))
+ : RoomEvent(TypeId,
+ Event::basicJson(TypeId,
+ QJsonObject { { "testValue"_ls,
+ toJson(testValue) } }))
{}
auto testValue() const { return contentPart<int>("testValue"_ls); }