From e4bb4b8bc443fa78c0cd4509cc8ec1251e8296ae Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Mon, 12 Jul 2021 16:15:08 +0200 Subject: Various clean-ups around QWebEngineView Pick-to: 6.2 Change-Id: I16f27054871f63526946101e07cb0dcf4aa3b390 Reviewed-by: Allan Sandfeld Jensen --- tests/auto/widgets/spellchecking/tst_spellchecking.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/widgets/spellchecking/tst_spellchecking.cpp b/tests/auto/widgets/spellchecking/tst_spellchecking.cpp index ab79ff6cb..7263904ce 100644 --- a/tests/auto/widgets/spellchecking/tst_spellchecking.cpp +++ b/tests/auto/widgets/spellchecking/tst_spellchecking.cpp @@ -28,8 +28,9 @@ #include #include -#include +#include #include +#include #include #include @@ -52,7 +53,7 @@ signals: void menuReady(); protected: - void contextMenuEvent(QContextMenuEvent *) + void contextMenuEvent(QContextMenuEvent *) override { m_data = lastContextMenuRequest(); emit menuReady(); -- cgit v1.2.3