summary refs log tree commit diff
path: root/include/LeaveRoomDialog.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 19:52:38 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 19:52:38 +0200
commit552941118bb7f94bfb3ff8c7f854380408c85ffe (patch)
tree123d371c27a1713cde1685c1ca3f0676e17e913c /include/LeaveRoomDialog.h
parentMerge branch 'theme' (diff)
downloadnheko-552941118bb7f94bfb3ff8c7f854380408c85ffe.tar.xz
Fix minor stylistic issues on the nheko theme
Diffstat (limited to 'include/LeaveRoomDialog.h')
-rw-r--r--include/LeaveRoomDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/LeaveRoomDialog.h b/include/LeaveRoomDialog.h

index 231556dc..1a2f003c 100644 --- a/include/LeaveRoomDialog.h +++ b/include/LeaveRoomDialog.h
@@ -10,6 +10,9 @@ class LeaveRoomDialog : public QFrame public: explicit LeaveRoomDialog(QWidget *parent = nullptr); +protected: + void paintEvent(QPaintEvent *event) override; + signals: void closing(bool isLeaving);