summaryrefslogtreecommitdiffstats
path: root/examples/designer/worldtimeclockplugin
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-04-22 15:57:12 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2016-04-25 07:11:15 +0000
commite1520db966debc5ad2d5dd26ec297073367697c1 (patch)
tree4589d48d3b6727a9f04fa8d3eaf8b1579b7c20c4 /examples/designer/worldtimeclockplugin
parente33532e048fa12ee32429ca83ee31aa8f065147d (diff)
Qt Designer Examples: Remove empty JSON files.
Qt Designer plugins do not require any keywords. Change-Id: Ifd38bb8ec9b946731010bb64ee02ada474ed42b3 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'examples/designer/worldtimeclockplugin')
-rw-r--r--examples/designer/worldtimeclockplugin/worldtimeclock.json1
-rw-r--r--examples/designer/worldtimeclockplugin/worldtimeclockplugin.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/designer/worldtimeclockplugin/worldtimeclock.json b/examples/designer/worldtimeclockplugin/worldtimeclock.json
deleted file mode 100644
index 0967ef424..000000000
--- a/examples/designer/worldtimeclockplugin/worldtimeclock.json
+++ /dev/null
@@ -1 +0,0 @@
-{}
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)