Commit b474a43e authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Merge remote-tracking branch 'origin/release' into stable

Change-Id: I9de811ee1f43381b6ce27acd47a126a70fd10d46
Showing with 3 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")
......
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