aboutsummaryrefslogtreecommitdiff
path: root/lib/events/directchatevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/directchatevent.h')
-rw-r--r--lib/events/directchatevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/directchatevent.h b/lib/events/directchatevent.h
index 942edba4..0756d816 100644
--- a/lib/events/directchatevent.h
+++ b/lib/events/directchatevent.h
@@ -10,7 +10,7 @@ class QUOTIENT_API DirectChatEvent : public Event {
public:
QUO_EVENT(DirectChatEvent, "m.direct")
- explicit DirectChatEvent(const QJsonObject& obj) : Event(typeId(), obj) {}
+ using Event::Event;
QMultiHash<QString, QString> usersToDirectChats() const;
};