summaryrefslogtreecommitdiff
path: root/src/imports/qmlwebsockets/qqmlwebsocketserver.cpp
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-10-03 23:46:52 +0800
committerSze Howe Koh <szehowe.koh@gmail.com>2014-12-01 12:00:56 +0100
commit759b6b12489b68fcbd755398ff9337acefb035a0 (patch)
treed76be590738e76222194f915d0ba34a23d5c0c31 /src/imports/qmlwebsockets/qqmlwebsocketserver.cpp
parent44a5d30b863b536768afddf4792ebb93585a644a (diff)
downloadqtwebsockets-759b6b12489b68fcbd755398ff9337acefb035a0.tar.gz
Rename QML import from "Qt.WebSockets" to "QtWebSockets"
This is in line with all other modules (e.g. "QtWebEngine 1.x", "QtQuick 2.x", "QtWebKit 3.x", "QtSensors 5.x") The old name is retained for compatibility with code from Qt 5.3. This is achieved by having a dummy qmldir file in the old location. Change-Id: I66576abe5edb44c3338c47b2980f34574129af01 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/imports/qmlwebsockets/qqmlwebsocketserver.cpp')
-rw-r--r--src/imports/qmlwebsockets/qqmlwebsocketserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/qmlwebsockets/qqmlwebsocketserver.cpp b/src/imports/qmlwebsockets/qqmlwebsocketserver.cpp
index 6425fe2..9c302ea 100644
--- a/src/imports/qmlwebsockets/qqmlwebsocketserver.cpp
+++ b/src/imports/qmlwebsockets/qqmlwebsocketserver.cpp
@@ -41,7 +41,7 @@ QT_USE_NAMESPACE
\instantiates QQmlWebSocketServer
\since 5.3
- \inqmlmodule Qt.WebSockets
+ \inqmlmodule QtWebSockets
\ingroup websockets-qml
\brief QML interface to QWebSocketServer.
*/