summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/imports/qmlwebsockets/qqmlwebsocket.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/qmlwebsockets/qqmlwebsocket.cpp b/src/imports/qmlwebsockets/qqmlwebsocket.cpp
index 9ff88d5..35f6259 100644
--- a/src/imports/qmlwebsockets/qqmlwebsocket.cpp
+++ b/src/imports/qmlwebsockets/qqmlwebsocket.cpp
@@ -63,11 +63,11 @@
The status can have the following values:
\list
- \li WebSockets.Connecting
- \li WebSockets.Open
- \li WebSockets.Closing
- \li WebSockets.Closed
- \li WebSockets.Error
+ \li WebSocket.Connecting
+ \li WebSocket.Open
+ \li WebSocket.Closing
+ \li WebSocket.Closed
+ \li WebSocket.Error
\endlist
*/