aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/painteditem/textballoons
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 /examples/quick/painteditem/textballoons
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 'examples/quick/painteditem/textballoons')
-rw-r--r--examples/quick/painteditem/textballoons/TextBalloonPlugin/plugin.h2
-rw-r--r--examples/quick/painteditem/textballoons/textballoon.json1
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/quick/painteditem/textballoons/TextBalloonPlugin/plugin.h b/examples/quick/painteditem/textballoons/TextBalloonPlugin/plugin.h
index c500c1c525..a039339ba4 100644
--- a/examples/quick/painteditem/textballoons/TextBalloonPlugin/plugin.h
+++ b/examples/quick/painteditem/textballoons/TextBalloonPlugin/plugin.h
@@ -46,7 +46,7 @@
class TextBalloonPlugin : public QQmlExtensionPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface" FILE "textballoon.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
public:
void registerTypes(const char *uri)
{
diff --git a/examples/quick/painteditem/textballoons/textballoon.json b/examples/quick/painteditem/textballoons/textballoon.json
deleted file mode 100644
index 0967ef424b..0000000000
--- a/examples/quick/painteditem/textballoons/textballoon.json
+++ /dev/null
@@ -1 +0,0 @@
-{}