aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets/searchform.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-06 00:17:39 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-06 00:17:39 +0200
commitd40815a568c4dce58360659c098f928789500d18 (patch)
tree41454c2734e40d53793659c836c7d2f49a6b2c4e /src/mainwindow/widgets/searchform.h
parentBump cmake version (diff)
downloadsmolbote-d40815a568c4dce58360659c098f928789500d18.tar.xz
QTBUG-18665 workaround
Diffstat (limited to 'src/mainwindow/widgets/searchform.h')
-rw-r--r--src/mainwindow/widgets/searchform.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow/widgets/searchform.h b/src/mainwindow/widgets/searchform.h
index 59c4ef5..2219711 100644
--- a/src/mainwindow/widgets/searchform.h
+++ b/src/mainwindow/widgets/searchform.h
@@ -29,9 +29,8 @@ public slots:
void setView(QWebEngineView *view);
protected:
- void showEvent(QShowEvent *e) override;
- void hideEvent(QHideEvent *e) override;
- void focusInEvent(QFocusEvent *e) override;
+ void showEvent(QShowEvent *event) override;
+ void hideEvent(QHideEvent *event) override;
private:
Ui::SearchForm *ui;