aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/painteditem
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/painteditem')
-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 @@
-{}