summaryrefslogtreecommitdiff
path: root/src/websockets/doc/src/qtwebsockets-module.qdoc
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/websockets/doc/src/qtwebsockets-module.qdoc
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/websockets/doc/src/qtwebsockets-module.qdoc')
-rw-r--r--src/websockets/doc/src/qtwebsockets-module.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/websockets/doc/src/qtwebsockets-module.qdoc b/src/websockets/doc/src/qtwebsockets-module.qdoc
index dc7009b..2c5892d 100644
--- a/src/websockets/doc/src/qtwebsockets-module.qdoc
+++ b/src/websockets/doc/src/qtwebsockets-module.qdoc
@@ -48,7 +48,7 @@
*/
/*!
- \qmlmodule Qt.WebSockets 1.0
+ \qmlmodule QtWebSockets 1.0
\title Qt WebSockets QML Types
\ingroup qmlmodules
\brief Provides QML types for WebSockets communication.
@@ -57,6 +57,6 @@
The QML types are accessed by using:
\code
- import Qt.WebSockets 1.0
+ import QtWebSockets 1.0
\endcode
*/