summaryrefslogtreecommitdiffstats
path: root/examples/designer/customwidgetplugin/customwidgetplugin.h
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/customwidgetplugin/customwidgetplugin.h
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/customwidgetplugin/customwidgetplugin.h')
-rw-r--r--examples/designer/customwidgetplugin/customwidgetplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/designer/customwidgetplugin/customwidgetplugin.h b/examples/designer/customwidgetplugin/customwidgetplugin.h
index dd48fbf87..8500aad83 100644
--- a/examples/designer/customwidgetplugin/customwidgetplugin.h
+++ b/examples/designer/customwidgetplugin/customwidgetplugin.h
@@ -47,7 +47,7 @@
class AnalogClockPlugin : public QObject, public QDesignerCustomWidgetInterface
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetInterface" FILE "analogclock.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetInterface")
Q_INTERFACES(QDesignerCustomWidgetInterface)
public:
explicit AnalogClockPlugin(QObject *parent = 0);