summaryrefslogtreecommitdiff
path: root/src/websockets/doc/src/qtwebsockets-module.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/websockets/doc/src/qtwebsockets-module.qdoc')
-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.
*/