summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/RoomList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/RoomList.h b/include/RoomList.h

index 7a48f7bd..aa7c919c 100644 --- a/include/RoomList.h +++ b/include/RoomList.h
@@ -68,6 +68,9 @@ public slots: void closeLeaveRoomDialog(bool leaving, const QString &room_id); void clearRoomMessageCount(const QString &room_id); +protected: + void paintEvent(QPaintEvent *event) override; + private: void calculateUnreadMessageCount();