summaryrefslogtreecommitdiff
path: root/src/imports
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-01-09 19:06:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-11 14:59:39 +0100
commita23160a405af764435a4d1662ea51e51d0b384ce (patch)
treefad16a51ce607e9860974419dff4066f6b27894e /src/imports
parent12eb0d26b2a6c90aa8d7c9eb07a7293763522131 (diff)
downloadqtwebsockets-a23160a405af764435a4d1662ea51e51d0b384ce.tar.gz
Link qml documentation and make it visible in creator
Change-Id: I39cd6aab1eb7dd154bc41a211984396540b6979c Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/qmlwebsockets/qqmlwebsocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/qmlwebsockets/qqmlwebsocket.cpp b/src/imports/qmlwebsockets/qqmlwebsocket.cpp
index 94d20e0..f48b4b3 100644
--- a/src/imports/qmlwebsockets/qqmlwebsocket.cpp
+++ b/src/imports/qmlwebsockets/qqmlwebsocket.cpp
@@ -44,6 +44,7 @@
\instantiates QQmlWebSocket
\inqmlmodule Qt.WebSockets
+ \ingroup websockets-qml
\brief QML interface to QWebSocket.
WebSockets is a web technology providing full-duplex communications channels over a single TCP connection.