summaryrefslogtreecommitdiffstats
path: root/examples/designer/worldtimeclockplugin
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2012-12-07 10:47:00 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-07 13:37:34 +0100
commit88b68964befccfa99b19e45c44cd0b0e60939a01 (patch)
tree6f83ce6946ee5049373bcb91ba63d4b3429da591 /examples/designer/worldtimeclockplugin
parent8b12e6f455ceb4fd0f5ee53266fc649d26b2de1e (diff)
Doc: Replace outdated macro from docs
Change-Id: I525c1322a46115f64fe94d48a0ebc2d4fb2e2e12 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/designer/worldtimeclockplugin')
-rw-r--r--examples/designer/worldtimeclockplugin/worldtimeclockplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h b/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
index 753c94aa0..2973af7e4 100644
--- a/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
+++ b/examples/designer/worldtimeclockplugin/worldtimeclockplugin.h
@@ -48,7 +48,9 @@ class WorldTimeClockPlugin : public QObject,
public QDesignerCustomWidgetInterface
{
Q_OBJECT
+//! [1]
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QDesignerCustomWidgetInterface" FILE "worldtimeclock.json")
+//! [1]
Q_INTERFACES(QDesignerCustomWidgetInterface)
public: