aboutsummaryrefslogtreecommitdiff
path: root/lib/events/typingevent.cpp
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-04 19:46:08 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-04 20:13:44 +0900
commit2cbb2a8c1be8bf08b1b835ffaa7bb0bee823e3a6 (patch)
tree0b436233d3c6042bad2852cc215b20d7b1a10c24 /lib/events/typingevent.cpp
parent3dd6b5e6cc50aafce74b21b5a0bf4b26a9fcf6ee (diff)
downloadlibquotient-2cbb2a8c1be8bf08b1b835ffaa7bb0bee823e3a6.tar.gz
libquotient-2cbb2a8c1be8bf08b1b835ffaa7bb0bee823e3a6.zip
Break down event.* into smaller files
We now have event.*, roomevent.*, stateevent.* and eventloader.h. If you only use event leaf-classes (such as RoomMemberEvent) you shouldn't notice anything.
Diffstat (limited to 'lib/events/typingevent.cpp')
-rw-r--r--lib/events/typingevent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/events/typingevent.cpp b/lib/events/typingevent.cpp
index c7b69e33..0d39d1be 100644
--- a/lib/events/typingevent.cpp
+++ b/lib/events/typingevent.cpp
@@ -18,6 +18,8 @@
#include "typingevent.h"
+#include <QtCore/QJsonArray>
+
using namespace QMatrixClient;
TypingEvent::TypingEvent(const QJsonObject& obj)