diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2017-02-03 11:34:09 +0300 |
---|---|---|
committer | Konstantin Tokarev <annulen@yandex.ru> | 2017-02-03 08:40:45 +0000 |
commit | b6d52c42e6595e1b283090ebb9bb21db50fed87b (patch) | |
tree | e22064712623739bda379a3e9fe263679e806c03 /Source/WebKit/qt/declarative/plugin.cpp | |
parent | 6b406688a4020916ba2966e6e5252d9c1385970f (diff) | |
download | qtwebkit-b6d52c42e6595e1b283090ebb9bb21db50fed87b.tar.gz |
Imported WebKit commit 7952fc64448c2e3c95c814b81cb055211c400786
Change-Id: I55b781a0908e86519ba08df274b16b8f169631dd
Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/WebKit/qt/declarative/plugin.cpp')
-rw-r--r-- | Source/WebKit/qt/declarative/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/declarative/plugin.cpp b/Source/WebKit/qt/declarative/plugin.cpp index f5d52e4bd..bcd4c1187 100644 --- a/Source/WebKit/qt/declarative/plugin.cpp +++ b/Source/WebKit/qt/declarative/plugin.cpp @@ -38,7 +38,7 @@ QT_BEGIN_NAMESPACE class WebKitQmlPlugin : public QQmlExtensionPlugin { - Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface" FILE "plugin.json") + Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid FILE "plugin.json") Q_OBJECT public: #if defined(HAVE_WEBKIT2) |