summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2015-05-22 07:47:53 +0800
committerSze Howe Koh <szehowe.koh@gmail.com>2015-05-22 10:34:44 +0000
commit88dd8bc7e0365d0b0846b97d60c74370452f13b3 (patch)
tree408a3e026b53c5b4c28227c95965192a21d52b38 /src
parentbd1f5e1651c7cdaa712feebe2573dd158c87bb07 (diff)
downloadqtwebsockets-88dd8bc7e0365d0b0846b97d60c74370452f13b3.tar.gz
Doc: Document the changes to the QML import statement
The changes happened in 759b6b12489b68fcbd755398ff9337acefb035a0 [ChangeLog][QML] The import statement has changed from "import Qt.WebSockets 1.0" to "import QtWebSockets 1.0". The old statement is still supported, but it cannot be mixed with the new statement within the same project. Change-Id: I95d75e4a87133c452d2ea43c42593415de882c9b Reviewed-by: Liang Qi <liang.qi@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/websockets/doc/src/qtwebsockets-module.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/websockets/doc/src/qtwebsockets-module.qdoc b/src/websockets/doc/src/qtwebsockets-module.qdoc
index acbe2ac..6c717f4 100644
--- a/src/websockets/doc/src/qtwebsockets-module.qdoc
+++ b/src/websockets/doc/src/qtwebsockets-module.qdoc
@@ -58,4 +58,9 @@
\code
import QtWebSockets 1.0
\endcode
+
+ \note Prior to Qt 5.5, the import statement was \c{import Qt.WebSockets 1.0}
+ (notice the dot between \c Qt and \c WebSockets). The old statement is still
+ supported for backwards compatibility, but it cannot be mixed with the new
+ statement within the same project.
*/