summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2014-05-20 15:01:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-23 14:46:39 +0200
commitf5482589970c9c013c6909d3d29f40562f86aa42 (patch)
tree87d059aca5542bde617386fe460cce6ff5dbed98
parentb474a43e9b87f6e34f54cee5e4ac6842cc182fff (diff)
downloadqtwebsockets-f5482589970c9c013c6909d3d29f40562f86aa42.tar.gz
Document WebSocket::sendTextMessage(string message)
Change-Id: I38c08520c37d84570c3c8df9d2416131defc5b40 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
-rw-r--r--src/imports/qmlwebsockets/qqmlwebsocket.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/imports/qmlwebsockets/qqmlwebsocket.cpp b/src/imports/qmlwebsockets/qqmlwebsocket.cpp
index f91b07c..d165260 100644
--- a/src/imports/qmlwebsockets/qqmlwebsocket.cpp
+++ b/src/imports/qmlwebsockets/qqmlwebsocket.cpp
@@ -99,6 +99,11 @@
\sa WebSocket::status
*/
+/*!
+ \qmlmethod void WebSocket::sendTextMessage(string message)
+ Sends \c message to the server.
+ */
+
#include "qqmlwebsocket.h"
#include <QtWebSockets/QWebSocket>