summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsukeg@gmail.com>2015-09-19 17:00:49 +0900
committerLiang Qi <liang.qi@theqtcompany.com>2015-10-13 10:01:02 +0000
commit983314a9e9b8a29a369f18fdb21c39285d9e9f28 (patch)
tree4fcdcdf3634321aaacc20efde45e7b77e5522ef9
parent7784b52c31d50ab81597c38bcf55b63e2f1a4f82 (diff)
downloadqtwebsockets-983314a9e9b8a29a369f18fdb21c39285d9e9f28.tar.gz
Update plugins.qmltypes
This follows the port type change in 0610115192f4a1e4d722330bf298ccd213ca3b5f. Change-Id: Icf24665b0e9a604e2919095fc737a1085f430175 Reviewed-by: Luca Niccoli <lultimouomo@gmail.com> Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
-rw-r--r--src/imports/qmlwebsockets/plugins.qmltypes4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/qmlwebsockets/plugins.qmltypes b/src/imports/qmlwebsockets/plugins.qmltypes
index 5df4b5c..7dff55c 100644
--- a/src/imports/qmlwebsockets/plugins.qmltypes
+++ b/src/imports/qmlwebsockets/plugins.qmltypes
@@ -56,7 +56,7 @@ Module {
exportMetaObjectRevisions: [0]
Property { name: "url"; type: "QUrl"; isReadonly: true }
Property { name: "host"; type: "string" }
- Property { name: "port"; type: "ushort" }
+ Property { name: "port"; type: "int" }
Property { name: "name"; type: "string" }
Property { name: "errorString"; type: "string"; isReadonly: true }
Property { name: "listen"; type: "bool" }
@@ -75,7 +75,7 @@ Module {
}
Signal {
name: "portChanged"
- Parameter { name: "port"; type: "ushort" }
+ Parameter { name: "port"; type: "int" }
}
Signal {
name: "nameChanged"