aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/cppextensions/imageprovider/imageprovider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/cppextensions/imageprovider/imageprovider.cpp')
-rw-r--r--examples/qml/cppextensions/imageprovider/imageprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/cppextensions/imageprovider/imageprovider.cpp b/examples/qml/cppextensions/imageprovider/imageprovider.cpp
index d60057e83a..a203ad8053 100644
--- a/examples/qml/cppextensions/imageprovider/imageprovider.cpp
+++ b/examples/qml/cppextensions/imageprovider/imageprovider.cpp
@@ -87,7 +87,7 @@ public:
class ImageProviderExtensionPlugin : public QQmlExtensionPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface" FILE "imageprovider.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
public:
void registerTypes(const char *uri)
{