From 3913d0b7d0a809293e20766d61b15fcda82598f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Pla=CC=81s=CC=8Cil?= Date: Tue, 9 May 2017 16:31:09 +0800 Subject: Make markAllMessagesAsRead() Q_INVOKABLE --- room.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'room.h') diff --git a/room.h b/room.h index a847161d..60278107 100644 --- a/room.h +++ b/room.h @@ -131,8 +131,6 @@ namespace QMatrixClient * the nearest non-local message before. uptoEventId must be non-empty. */ void markMessagesAsRead(QString uptoEventId); - /** Mark all messages in the room as read */ - void markAllMessagesAsRead(); Q_INVOKABLE bool hasUnreadMessages(); @@ -152,6 +150,9 @@ namespace QMatrixClient void leaveRoom() const; void userRenamed(User* user, QString oldName); + /** Mark all messages in the room as read */ + void markAllMessagesAsRead(); + signals: void aboutToAddHistoricalMessages(const RoomEvents& events); void aboutToAddNewMessages(const RoomEvents& events); -- cgit v1.2.3