summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-10-05 21:38:31 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-10-05 22:10:09 +0200
commitb345eef5247d9280005210808ceb1ebcf76104b6 (patch)
tree82cdcc0d59dd1a1f9b0bb34f90af2a79fa47b488 /src
parentd363a45898851d9cb126dc1982198473ad06994b (diff)
downloadqtwebsockets-b345eef5247d9280005210808ceb1ebcf76104b6.tar.gz
Changed module name to QtWebSockets
Change-Id: Ib404634017129c3639c1e96685306e333ad73686 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/websockets/doc/qwebsockets.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/websockets/doc/qwebsockets.qdoc b/src/websockets/doc/qwebsockets.qdoc
index 49bc0f0..5406870 100644
--- a/src/websockets/doc/qwebsockets.qdoc
+++ b/src/websockets/doc/qwebsockets.qdoc
@@ -1,8 +1,8 @@
/*!
- \module QWebSockets
- \title QWebSockets module
+ \module QtWebSockets
+ \title QtWebSockets module
- The QWebSockets module implements the WebSocket protocol as specified in \l {http://tools.ietf.org/html/rfc6455} {RFC 6455}.
+ The QtWebSockets module implements the WebSocket protocol as specified in \l {http://tools.ietf.org/html/rfc6455} {RFC 6455}.
It solely depends on Qt (no external depencies).
The module contains 2 main classes: QWebSocket and QWebSocketServer, with which one can create client- and server applications.
*/