From 983314a9e9b8a29a369f18fdb21c39285d9e9f28 Mon Sep 17 00:00:00 2001 From: Nobuaki Sukegawa Date: Sat, 19 Sep 2015 17:00:49 +0900 Subject: Update plugins.qmltypes This follows the port type change in 0610115192f4a1e4d722330bf298ccd213ca3b5f. Change-Id: Icf24665b0e9a604e2919095fc737a1085f430175 Reviewed-by: Luca Niccoli Reviewed-by: Liang Qi --- src/imports/qmlwebsockets/plugins.qmltypes | 4 ++-- 1 file 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" -- cgit v1.2.1