aboutsummaryrefslogtreecommitdiff
path: root/lib/events/callevents.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/callevents.h')
-rw-r--r--lib/events/callevents.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/events/callevents.h b/lib/events/callevents.h
index 6d9feae4..752e331d 100644
--- a/lib/events/callevents.h
+++ b/lib/events/callevents.h
@@ -15,12 +15,12 @@ public:
return mType.startsWith("m.call.");
}
- explicit CallEvent(const QJsonObject& json);
-
QUO_CONTENT_GETTER(QString, callId)
QUO_CONTENT_GETTER(int, version)
protected:
+ explicit CallEvent(const QJsonObject& json);
+
static QJsonObject basicJson(const QString& matrixType,
const QString& callId, int version,
QJsonObject contentJson = {});