diff options
Diffstat (limited to 'lib/events/roommessageevent.h')
-rw-r--r-- | lib/events/roommessageevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/roommessageevent.h b/lib/events/roommessageevent.h index dc734b6e..075d7188 100644 --- a/lib/events/roommessageevent.h +++ b/lib/events/roommessageevent.h @@ -63,7 +63,7 @@ namespace QMatrixClient bool hasFileContent() const; bool hasThumbnail() const; - QJsonObject toJson() const; + QJsonObject toJson() const override; static constexpr const char* typeId() { return "m.room.message"; } |