From c02174bc8f09761c2e4ee3ca4a250ce49025343e Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Mon, 29 Aug 2016 17:01:06 +0900 Subject: RoomTopicEvent: parse and provide sender information --- events/roomtopicevent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'events/roomtopicevent.h') 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 -- cgit v1.2.3