summary refs log tree commit diff
path: root/include/WelcomePage.h
diff options
context:
space:
mode:
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();