summaryrefslogtreecommitdiffstats
path: root/src/webengine/plugin/experimental
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@theqtcompany.com>2015-02-05 18:09:06 +0100
committerMichael BrĂ¼ning <michael.bruning@theqtcompany.com>2015-02-06 11:09:19 +0000
commit32766eb94eb06bec449a3bd8d518b6a638f79400 (patch)
treef93ad2d7312b20e89a463207f56d17a35a6fcba1 /src/webengine/plugin/experimental
parenta3b361dc34c58645f564a93c63fd211f6e761947 (diff)
Move settings out of experimental.
Change-Id: Ida74680a4180f4366746874a656041364563d548 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/webengine/plugin/experimental')
-rw-r--r--src/webengine/plugin/experimental/plugin.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webengine/plugin/experimental/plugin.cpp b/src/webengine/plugin/experimental/plugin.cpp
index 6e4853fea..cd38f744c 100644
--- a/src/webengine/plugin/experimental/plugin.cpp
+++ b/src/webengine/plugin/experimental/plugin.cpp
@@ -38,7 +38,6 @@
#include "qquickwebenginedownloaditem_p.h"
#include "qquickwebenginehistory_p.h"
-#include "qquickwebenginesettings_p.h"
#include "qquickwebenginesingleton_p.h"
#include "qquickwebengineview_p.h"
#include "qquickwebengineview_p_p.h"
@@ -79,8 +78,6 @@ public:
QObject::tr("Cannot create a separate instance of NavigationHistory"));
qmlRegisterUncreatableType<QQuickWebEngineHistoryListModel>(uri, 1, 0, "NavigationHistoryListModel",
QObject::tr("Cannot create a separate instance of NavigationHistory"));
- qmlRegisterUncreatableType<QQuickWebEngineSettings>(uri, 1, 0, "WebEngineSettings",
- QObject::tr("Cannot create a separate instance of WebEngineSettings"));
qmlRegisterUncreatableType<QQuickWebEngineDownloadItem>(uri, 1, 0, "WebEngineDownloadItem",
QObject::tr("Cannot create a separate instance of WebEngineDownloadItem"));
qmlRegisterSingletonType<QQuickWebEngineSingleton>(uri, 1, 0, "WebEngine", webEngineSingletonProvider);