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

index d5f46f76..b83a146b 100644 --- a/include/LoginPage.h +++ b/include/LoginPage.h
@@ -42,6 +42,9 @@ public: signals: void backButtonClicked(); +protected: + void paintEvent(QPaintEvent *event) override; + public slots: // Displays errors produced during the login. void loginError(QString error_message);