summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketframe.cpp
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-01-25 14:48:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-01 15:36:18 +0100
commit595551b06d971fe6a01c08b0779b531d054c47f9 (patch)
tree17f094644586f6102e62cfadddbccb10e9c5c1c9 /src/websockets/qwebsocketframe.cpp
parent88de191cfbde67fffedad211317afad0ff3cee3c (diff)
downloadqtwebsockets-595551b06d971fe6a01c08b0779b531d054c47f9.tar.gz
Update documentation
Clarified which versions are supported and that subprotocols and extensions are not supported. Fixed some typos. Change-Id: I99ef2fbbf74c287bea7d1b7a07881bf0542135ff Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'src/websockets/qwebsocketframe.cpp')
-rw-r--r--src/websockets/qwebsocketframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/qwebsocketframe.cpp b/src/websockets/qwebsocketframe.cpp
index f5a4787..1f6e3da 100644
--- a/src/websockets/qwebsocketframe.cpp
+++ b/src/websockets/qwebsocketframe.cpp
@@ -51,7 +51,7 @@
It processes frames one at a time.
\note It is the QWebSocketDataProcessor that takes the sequence into account.
- \sa DataProcessor()
+ \sa QWebSocketDataProcessor
\internal
*/