aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index 8e56c37a..0fa46636 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -391,7 +391,8 @@ namespace QMatrixClient
void unreadMessagesChanged(Room* room);
void accountDataChanged(QString type);
- void tagsChanged();
+ void tagsChanged(const TagsMap& additions,
+ const QStringList& removals);
void replacedEvent(const RoomEvent* newEvent,
const RoomEvent* oldEvent);