summaryrefslogtreecommitdiff
path: root/src/imports/qmlwebsockets/qmlwebsockets_plugin.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-09-21 09:30:52 +0200
committerLiang Qi <liang.qi@qt.io>2016-09-21 09:30:52 +0200
commita0855a4351cc8e66035cb3f88a7dd4f085456e2d (patch)
tree4c314fabc7efe0890b346ad6d2c42308e6b46913 /src/imports/qmlwebsockets/qmlwebsockets_plugin.h
parent488aa3408604391ddcb1497a3193bc9a52af7e1f (diff)
parentccb138548314a767a897496c74c04a261a391027 (diff)
downloadqtwebsockets-a0855a4351cc8e66035cb3f88a7dd4f085456e2d.tar.gz
Merge remote-tracking branch 'origin/5.8' into dev
Conflicts: src/websockets/qwebsocket_p.cpp Change-Id: Ib6b9655985246c9ce3968f1eb662be457465a937
Diffstat (limited to 'src/imports/qmlwebsockets/qmlwebsockets_plugin.h')
-rw-r--r--src/imports/qmlwebsockets/qmlwebsockets_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/qmlwebsockets/qmlwebsockets_plugin.h b/src/imports/qmlwebsockets/qmlwebsockets_plugin.h
index 318e0c7..749d830 100644
--- a/src/imports/qmlwebsockets/qmlwebsockets_plugin.h
+++ b/src/imports/qmlwebsockets/qmlwebsockets_plugin.h
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
class QtWebSocketsDeclarativeModule : public QQmlExtensionPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
+ Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid)
public:
QtWebSocketsDeclarativeModule(QObject *parent = 0) : QQmlExtensionPlugin(parent) { initResources(); }