summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2014-07-30 18:12:27 +0200
committerPierre Rossi <pierre.rossi@gmail.com>2014-08-04 16:55:53 +0200
commita19baad6297c5ff043f531e1bf664e7039d17fe1 (patch)
treed20381344e9ef229a20ceb879e1d121c30892d81 /tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp
parent202d2ac93c4b4d6aed49eaa5793c35a9071f4602 (diff)
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 <andras.becsi@digia.com>
Diffstat (limited to 'tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp')
-rw-r--r--tests/auto/widgets/qwebenginehistory/tst_qwebenginehistory.cpp1
1 files changed, 0 insertions, 1 deletions
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()