diff options
author | Kai Koehne <kai.koehne@theqtcompany.com> | 2016-04-07 13:47:16 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@theqtcompany.com> | 2016-04-07 12:46:25 +0000 |
commit | a126127f2c2bc1c8f4c7e44ea543057397bbdafa (patch) | |
tree | 899967fba5d31eee80d90a413d58e9ed006b33b4 /src/imports/qmlwebsockets/qqmlwebsocketserver.cpp | |
parent | be4bfc5feeb61e97378bee325d36bb74f007fe04 (diff) | |
download | qtwebsockets-a126127f2c2bc1c8f4c7e44ea543057397bbdafa.tar.gz |
Doc: Avoid auto-linking of WebSocket, WebSockets
Disable the automatic linking of 'WebSocket' to the QML type, and
'WebSockets' to a section in the general documentation. Instead,
make the linking explicit where it makes sense.
This patch is inspired by 0228a5bd581ae6d672ce5f3 in qtwebengine.
Change-Id: I80886360d5f7fdaa68a5e5f6fa982137c7187719
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/imports/qmlwebsockets/qqmlwebsocketserver.cpp')
-rw-r--r-- | src/imports/qmlwebsockets/qqmlwebsocketserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/qmlwebsockets/qqmlwebsocketserver.cpp b/src/imports/qmlwebsockets/qqmlwebsocketserver.cpp index ea666a6..6572a17 100644 --- a/src/imports/qmlwebsockets/qqmlwebsocketserver.cpp +++ b/src/imports/qmlwebsockets/qqmlwebsocketserver.cpp @@ -90,7 +90,7 @@ QT_USE_NAMESPACE /*! \qmlsignal WebSocketServer::clientConnected(WebSocket webSocket) - This signal is emitted when a client connects to this server. + This signal is emitted when a client connects to this server. \a webSocket is the newly created \l [QML]{WebSocket}. */ QQmlWebSocketServer::QQmlWebSocketServer(QObject *parent) |