summaryrefslogtreecommitdiff
path: root/examples/designer/doc/src/worldtimeclockplugin.qdoc
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/doc/src/worldtimeclockplugin.qdoc
parent8b12e6f455ceb4fd0f5ee53266fc649d26b2de1e (diff)
downloadqttools-88b68964befccfa99b19e45c44cd0b0e60939a01.tar.gz
Doc: Replace outdated macro from docs
Change-Id: I525c1322a46115f64fe94d48a0ebc2d4fb2e2e12 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/designer/doc/src/worldtimeclockplugin.qdoc')
-rw-r--r--examples/designer/doc/src/worldtimeclockplugin.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/designer/doc/src/worldtimeclockplugin.qdoc b/examples/designer/doc/src/worldtimeclockplugin.qdoc
index 10eca79fd..58770a4a5 100644
--- a/examples/designer/doc/src/worldtimeclockplugin.qdoc
+++ b/examples/designer/doc/src/worldtimeclockplugin.qdoc
@@ -129,10 +129,10 @@
{customwidgetplugin}{Custom Widget Plugin} example (only
the class name and the implementation of
QDesignerCustomWidgetInterface::domXml() differ). The main thing
- to remember is to use the Q_EXPORT_PLUGIN2() macro to export the \c
+ to remember is to use the Q_PLUGIN_METADATA() macro to export the \c
WorldTimeClockPlugin class for use with \QD:
- \snippet worldtimeclockplugin/worldtimeclockplugin.cpp 0
+ \snippet worldtimeclockplugin/worldtimeclockplugin.h 1
Without this macro, there is no way for Qt Designer to use the
widget.
@@ -182,7 +182,7 @@
alongside the other \QD plugins when the project is installed
(using \c{make install} or an equivalent installation procedure).
Later, we will ensure that it is recognized as a plugin by \QD by
- using the Q_EXPORT_PLUGIN2() macro to export the relevant widget
+ using the Q_PLUGIN_METADATA() macro to export the relevant widget
information.
Note that if you want the plugins to appear in a Visual Studio