summary refs log tree commit diff
path: root/include/WelcomePage.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/WelcomePage.h
parentMerge branch 'theme' (diff)
downloadnheko-552941118bb7f94bfb3ff8c7f854380408c85ffe.tar.xz
Fix minor stylistic issues on the nheko theme
Diffstat (limited to 'include/WelcomePage.h')
-rw-r--r--include/WelcomePage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/WelcomePage.h b/include/WelcomePage.h

index 73b612a8..4f6b63a6 100644 --- a/include/WelcomePage.h +++ b/include/WelcomePage.h
@@ -28,6 +28,9 @@ class WelcomePage : public QWidget public: explicit WelcomePage(QWidget *parent = 0); +protected: + void paintEvent(QPaintEvent *event) override; + signals: // Notify that the user wants to login in. void userLogin();