aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/xmllistmodel
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-07-24 20:05:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-25 02:15:55 +0200
commit2d4f74b7d4a77f3470135e559d619c351cef6788 (patch)
treef1db5eefe229408c432e1c260bf6b05929b54d5a /src/imports/xmllistmodel
parent7daab8039abc32ab5be5706a08cb58905fe0e0b6 (diff)
Empty JSON files are not needed for the plugin system
Change-Id: I8df57ed1ced8128723d790c30c00ccaba0a2787d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/imports/xmllistmodel')
-rw-r--r--src/imports/xmllistmodel/plugin.cpp2
-rw-r--r--src/imports/xmllistmodel/xmllistmodel.json1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/xmllistmodel/plugin.cpp b/src/imports/xmllistmodel/plugin.cpp
index 58253492e1..9dbe7df762 100644
--- a/src/imports/xmllistmodel/plugin.cpp
+++ b/src/imports/xmllistmodel/plugin.cpp
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
class QmlXmlListModelPlugin : public QQmlExtensionPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface" FILE "xmllistmodel.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
public:
virtual void registerTypes(const char *uri)
diff --git a/src/imports/xmllistmodel/xmllistmodel.json b/src/imports/xmllistmodel/xmllistmodel.json
deleted file mode 100644
index 0967ef424b..0000000000
--- a/src/imports/xmllistmodel/xmllistmodel.json
+++ /dev/null
@@ -1 +0,0 @@
-{}