Doc: Updated outdated docs to use new macro
[profile/ivi/qtbase.git] / examples / widgets / tools / plugandpaintplugins / basictools / basictoolsplugin.h
index b515980..3da7525 100644 (file)
@@ -58,7 +58,9 @@ class BasicToolsPlugin : public QObject,
                          public FilterInterface
 {
     Q_OBJECT
+//! [4]
     Q_PLUGIN_METADATA(IID "org.qt-project.Qt.Examples.PlugAndPaint.BrushInterface" FILE "basictools.json")
+//! [4]
     Q_INTERFACES(BrushInterface ShapeInterface FilterInterface)
 //! [0]