aboutsummaryrefslogtreecommitdiff
path: root/lib/events/roomcreateevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/roomcreateevent.h')
-rw-r--r--lib/events/roomcreateevent.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/events/roomcreateevent.h b/lib/events/roomcreateevent.h
index f22752b4..2709258f 100644
--- a/lib/events/roomcreateevent.h
+++ b/lib/events/roomcreateevent.h
@@ -11,9 +11,7 @@ class QUOTIENT_API RoomCreateEvent : public StateEventBase {
public:
QUO_EVENT(RoomCreateEvent, "m.room.create")
- explicit RoomCreateEvent(const QJsonObject& obj)
- : StateEventBase(typeId(), obj)
- {}
+ using StateEventBase::StateEventBase;
struct Predecessor {
QString roomId;