Commit 717ba7e6 authored by Sergio Ahumada's avatar Sergio Ahumada
Browse files

Merge remote-tracking branch 'origin/5.3' into dev

Conflicts:
	.qmake.conf

Change-Id: I8ef1da19810c1bf4d68bf157848bccb5446669cc
Showing with 8 additions and 2 deletions
module Qt.WebSockets
plugin declarative_qmlwebsockets
classname QtWebSocketsDeclarativeModule
typeinfo plugins.qmltypes
......@@ -45,7 +45,7 @@
QT_BEGIN_NAMESPACE
void QmlWebSocket_plugin::registerTypes(const char *uri)
void QtWebSocketsDeclarativeModule::registerTypes(const char *uri)
{
Q_ASSERT(uri == QLatin1String("Qt.WebSockets"));
......
......@@ -48,7 +48,7 @@
QT_BEGIN_NAMESPACE
class QmlWebSocket_plugin : public QQmlExtensionPlugin
class QtWebSocketsDeclarativeModule : public QQmlExtensionPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
......
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment