aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-05-06 13:54:10 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-05-06 13:40:55 +0000
commit835c1c26ef220cf084a7f066df748182229a4fd6 (patch)
tree14db9fde1185bf32923cdb613adcb1bd86ab1be2 /src/imports/templates
parentb7e022e323e6064cff146268802bfc4af0fc6135 (diff)
Cleanup QQmlExtensionInterface usage
Use the pre-defined macro. Change-Id: Ie2b5a93f0b6ed16276b80fcb9e118a49a055194c Task-number: QTBUG-53208 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/imports/templates')
-rw-r--r--src/imports/templates/qtlabstemplatesplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/templates/qtlabstemplatesplugin.cpp b/src/imports/templates/qtlabstemplatesplugin.cpp
index fd5060d4..efc757e8 100644
--- a/src/imports/templates/qtlabstemplatesplugin.cpp
+++ b/src/imports/templates/qtlabstemplatesplugin.cpp
@@ -80,7 +80,7 @@ QT_BEGIN_NAMESPACE
class QtLabsTemplatesPlugin: public QQmlExtensionPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface/1.0")
+ Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid)
public:
void registerTypes(const char *uri);