summary refs log tree commit diff
path: root/include/events/StateEvent.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-22 19:03:55 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-22 19:03:55 +0300
commitc0e55378c31321e2ab7a117cefb3bd63a609e474 (patch)
treeef6f08864d713a4fc6dc49b24018156abfdec048 /include/events/StateEvent.h
parentRemove cache updates from the main thread (diff)
downloadnheko-c0e55378c31321e2ab7a117cefb3bd63a609e474.tar.xz
Remove extra inline keywords
Diffstat (limited to 'include/events/StateEvent.h')
-rw-r--r--include/events/StateEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/events/StateEvent.h b/include/events/StateEvent.h

index 146e96bd..19342a48 100644 --- a/include/events/StateEvent.h +++ b/include/events/StateEvent.h
@@ -27,8 +27,8 @@ template<class Content> class StateEvent : public RoomEvent<Content> { public: - inline QString stateKey() const; - inline Content previousContent() const; + QString stateKey() const; + Content previousContent() const; void deserialize(const QJsonValue &data); QJsonObject serialize() const;