diff options
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); |