summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.cpp
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-10-05 21:39:37 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-10-05 22:09:53 +0200
commitd363a45898851d9cb126dc1982198473ad06994b (patch)
tree7927388a9cc4f689ac9255c968101adc0dd7bb63 /src/websockets/qwebsocket.cpp
parentcca74bebb675e2e68b73c78d7f579e67310487c1 (diff)
downloadqtwebsockets-d363a45898851d9cb126dc1982198473ad06994b.tar.gz
Adapted documentaton
Change-Id: I6ffcc86b9bbc6efe27b7005a3df6f62f0d1a9293 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/qwebsocket.cpp')
-rw-r--r--src/websockets/qwebsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/qwebsocket.cpp b/src/websockets/qwebsocket.cpp
index c797ed1..6c7f0b1 100644
--- a/src/websockets/qwebsocket.cpp
+++ b/src/websockets/qwebsocket.cpp
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*!
\class QWebSocket
- \inmodule QWebSockets
+ \inmodule QtWebSockets
\brief Implements a TCP socket that talks the websocket protocol.
WebSockets is a web technology providing full-duplex communications channels over a single TCP connection.