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

index d8160cbe..3d4d9be4 100644 --- a/include/UserSettingsPage.h +++ b/include/UserSettingsPage.h
@@ -65,6 +65,7 @@ public: protected: void showEvent(QShowEvent *event) override; void resizeEvent(QResizeEvent *event) override; + void paintEvent(QPaintEvent *event) override; signals: void moveBack();