From 42504596248a10eb31a5b719e0676b71f55871e4 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 11 May 2016 13:43:45 +0200 Subject: Add back spellchecking support This reverts commit: * d364c05de52f9ab39034e56cac4e0a7981dc541d * e507f140b70f464fb970d2f94357ac588dcc4f03 Moreover it fixes shut down of keyed services, updates versioning of and fixes spellcheck unit test context menu request, which otherwise fails on windows. Change-Id: I9bfc589544cb969abd6d2d7af69531b4c5c907b7 Reviewed-by: Allan Sandfeld Jensen --- src/webengine/plugin/plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webengine/plugin/plugin.cpp') diff --git a/src/webengine/plugin/plugin.cpp b/src/webengine/plugin/plugin.cpp index 6fae500f3..2f7d2c2c4 100644 --- a/src/webengine/plugin/plugin.cpp +++ b/src/webengine/plugin/plugin.cpp @@ -81,9 +81,11 @@ public: qmlRegisterType(uri, 1, 1, "WebEngineView"); qmlRegisterType(uri, 1, 2, "WebEngineView"); qmlRegisterType(uri, 1, 3, "WebEngineView"); + qmlRegisterType(uri, 1, 4, "WebEngineView"); qmlRegisterType(uri, 1, 1, "WebEngineProfile"); qmlRegisterType(uri, 1, 2, "WebEngineProfile"); qmlRegisterType(uri, 1, 3, "WebEngineProfile"); + qmlRegisterType(uri, 1, 4, "WebEngineProfile"); qmlRegisterType(uri, 1, 1, "WebEngineScript"); qmlRegisterUncreatableType(uri, 1, 1, "WebEngineCertificateError", tr("Cannot create separate instance of WebEngineCertificateError")); qmlRegisterUncreatableType(uri, 1, 1, "WebEngineDownloadItem", -- cgit v1.2.1