From 54cf3418bc323b96b78e944c16f34082d5c2ef89 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 25 Nov 2017 22:20:34 +0200 Subject: Paint RoomList's background (#137) --- include/RoomList.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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(); -- cgit 1.5.1