From a19baad6297c5ff043f531e1bf664e7039d17fe1 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 30 Jul 2014 18:12:27 +0200 Subject: Do away without QWebEngineWidgets::initialize If we consider the plugin scenario is unlikely and decide it's unsupported for widgets, we can simplify our tests and examples a bit on this front. Change-Id: Idc96032c127b4ee74fb5c7b3d2cdfdf99c3a722e Reviewed-by: Andras Becsi --- tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/widgets/qwebenginehistory') diff --git a/tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp b/tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp index 07427774a..a329b7307 100644 --- a/tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp +++ b/tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp @@ -89,7 +89,6 @@ tst_QWebEngineHistory::~tst_QWebEngineHistory() void tst_QWebEngineHistory::initTestCase() { - QWebEngineWidgets::initialize(); } void tst_QWebEngineHistory::init() -- cgit v1.2.3