diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-08-29 17:01:06 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-08-29 17:01:06 +0900 |
commit | c02174bc8f09761c2e4ee3ca4a250ce49025343e (patch) | |
tree | 87802eb96677409632489d0eae50d892f2cc634f /events/roomtopicevent.h | |
parent | b9423ed655787db3febe5af4f6ff531969e6abb9 (diff) | |
download | libquotient-c02174bc8f09761c2e4ee3ca4a250ce49025343e.tar.gz libquotient-c02174bc8f09761c2e4ee3ca4a250ce49025343e.zip |
RoomTopicEvent: parse and provide sender information
Diffstat (limited to 'events/roomtopicevent.h')
-rw-r--r-- | events/roomtopicevent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/events/roomtopicevent.h b/events/roomtopicevent.h index 9c27339c..17b10870 100644 --- a/events/roomtopicevent.h +++ b/events/roomtopicevent.h @@ -31,6 +31,7 @@ namespace QMatrixClient RoomTopicEvent(); virtual ~RoomTopicEvent(); + QString senderId() const; QString topic() const; static RoomTopicEvent* fromJson(const QJsonObject& obj); @@ -41,4 +42,4 @@ namespace QMatrixClient }; } -#endif // QMATRIXCLIENT_ROOMTOPICEVENT_H
\ No newline at end of file +#endif // QMATRIXCLIENT_ROOMTOPICEVENT_H |