diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-09-21 08:21:10 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-09-21 08:27:05 +0900 |
commit | e0e115faeb49297437d4efc231e4d57e8275ec2a (patch) | |
tree | 247194ced901196739a92c79373c47d64b4bd465 /events/roomtopicevent.h | |
parent | ac5ae85ed43d1f92cfc99bf1ea687d33f56ccd13 (diff) | |
download | libquotient-e0e115faeb49297437d4efc231e4d57e8275ec2a.tar.gz libquotient-e0e115faeb49297437d4efc231e4d57e8275ec2a.zip |
Push sender from RoomTopicEvent to Event
Because it's supposed to exist in (at least) all events from /sync.
Diffstat (limited to 'events/roomtopicevent.h')
-rw-r--r-- | events/roomtopicevent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/events/roomtopicevent.h b/events/roomtopicevent.h index 17b10870..f4d87eef 100644 --- a/events/roomtopicevent.h +++ b/events/roomtopicevent.h @@ -31,7 +31,6 @@ namespace QMatrixClient RoomTopicEvent(); virtual ~RoomTopicEvent(); - QString senderId() const; QString topic() const; static RoomTopicEvent* fromJson(const QJsonObject& obj); |