summaryrefslogtreecommitdiffstats
path: root/src/webengine/plugin
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-03-20 17:36:24 +0100
committerKai Koehne <kai.koehne@qt.io>2019-03-21 08:39:27 +0000
commitd5a479a720ee76fae9fa7b0f7b6b3d0a61718ff0 (patch)
tree7e0a0d0cde9f856857f492f9235f4d3984ee4754 /src/webengine/plugin
parent762d81d850dcc07478116af986aa3fd8db2fce19 (diff)
Update plugins.qmltypes for Qt 5.13
Change-Id: I0456c67f1edd0c4caa6d0c0f7b643024b00ce960 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webengine/plugin')
-rw-r--r--src/webengine/plugin/plugins.qmltypes4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/webengine/plugin/plugins.qmltypes b/src/webengine/plugin/plugins.qmltypes
index 74c710e8b..cc2ed502d 100644
--- a/src/webengine/plugin/plugins.qmltypes
+++ b/src/webengine/plugin/plugins.qmltypes
@@ -532,7 +532,7 @@ Module {
}
Signal {
name: "userNotification"
- revision: 6
+ revision: 5
Parameter { name: "notification"; type: "QWebEngineNotification"; isPointer: true }
}
Method { name: "clearHttpCache"; revision: 2 }
@@ -667,6 +667,7 @@ Module {
Property { name: "webRTCPublicInterfacesOnly"; revision: 6; type: "bool" }
Property { name: "javascriptCanPaste"; revision: 6; type: "bool" }
Property { name: "dnsPrefetchEnabled"; revision: 7; type: "bool" }
+ Property { name: "pdfViewerEnabled"; revision: 8; type: "bool" }
Signal { name: "fullScreenSupportEnabledChanged"; revision: 1 }
Signal { name: "screenCaptureEnabledChanged"; revision: 2 }
Signal { name: "webGLEnabledChanged"; revision: 2 }
@@ -684,6 +685,7 @@ Module {
Signal { name: "webRTCPublicInterfacesOnlyChanged"; revision: 6 }
Signal { name: "javascriptCanPasteChanged"; revision: 6 }
Signal { name: "dnsPrefetchEnabledChanged"; revision: 7 }
+ Signal { name: "pdfViewerEnabledChanged"; revision: 8 }
}
Component {
name: "QQuickWebEngineSingleton"