summaryrefslogtreecommitdiffstats
path: root/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/designer/worldtimeclockplugin/worldtimeclockplugin.h')
-rw-r--r--examples/designer/worldtimeclockplugin/worldtimeclockplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h b/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
index 0a4a40745..25a2b492a 100644
--- a/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
+++ b/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
@@ -49,7 +49,7 @@ class WorldTimeClockPlugin : public QObject,
{
Q_OBJECT
//! [1]
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetInterface" FILE "worldtimeclock.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetInterface")
//! [1]
Q_INTERFACES(QDesignerCustomWidgetInterface)