summaryrefslogtreecommitdiff
path: root/src/imports/qmlwebsockets
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-05-25 15:19:26 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-05-26 12:07:34 +0000
commit79e84ac39d17264d24c732a4e9693f4b5b57b3ac (patch)
tree14c3bcaa668c1ba75f3df3c4d0fbe9a45674442c /src/imports/qmlwebsockets
parent083f25b2989f5736a7531d9a49d839a79784906a (diff)
downloadqtwebsockets-79e84ac39d17264d24c732a4e9693f4b5b57b3ac.tar.gz
Update plugins.qmltypes for QtWebSockets and Qt.WebSockets
Change-Id: I7cacbce1625015636e92b2fd5f2ade694a97a5c9 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/imports/qmlwebsockets')
-rw-r--r--src/imports/qmlwebsockets/plugins.qmltypes5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/imports/qmlwebsockets/plugins.qmltypes b/src/imports/qmlwebsockets/plugins.qmltypes
index 5b8d1f9..5df4b5c 100644
--- a/src/imports/qmlwebsockets/plugins.qmltypes
+++ b/src/imports/qmlwebsockets/plugins.qmltypes
@@ -1,4 +1,4 @@
-import QtQuick.tooling 1.1
+import QtQuick.tooling 1.2
// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
@@ -7,6 +7,7 @@ import QtQuick.tooling 1.1
// 'qmlplugindump -notrelocatable QtWebSockets 1.0'
Module {
+ dependencies: []
Component {
name: "QQmlWebSocket"
prototype: "QObject"
@@ -51,7 +52,7 @@ Module {
Component {
name: "QQmlWebSocketServer"
prototype: "QObject"
- exports: ["Qt.WebSockets/WebSocketServer 1.0"]
+ exports: ["QtWebSockets/WebSocketServer 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "url"; type: "QUrl"; isReadonly: true }
Property { name: "host"; type: "string" }