summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/websockets/qwebsocketprotocol.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/websockets/qwebsocketprotocol.cpp b/src/websockets/qwebsocketprotocol.cpp
index e6a9db0..e1f3afb 100644
--- a/src/websockets/qwebsocketprotocol.cpp
+++ b/src/websockets/qwebsocketprotocol.cpp
@@ -25,6 +25,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*!
\enum QWebSocketProtocol::CloseCode
+ \inmodule QtWebSockets
+
The close codes supported by WebSockets V13
\value CC_NORMAL Normal closure
@@ -46,6 +48,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/*!
\enum QWebSocketProtocol::Version
+ \inmodule QtWebSockets
+
\brief The different defined versions of the Websocket protocol.
For an overview of the differences between the different protocols, see