summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/hierarchy/doc/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-02-19 16:14:27 +0100
committerNico Vertriest <nico.vertriest@digia.com>2015-02-23 09:36:49 +0000
commit7e3a5fd664b02a537b7f5dcd73840c5c7a437519 (patch)
treec1876e69ea82b5a34d699a78f727cc96a160e630 /examples/activeqt/hierarchy/doc/src
parenta736ef5bab4ed044af3b24edeff0d9178a139148 (diff)
Doc: corrections to solve autolink issues
Task-number: QTBUG-43810 Change-Id: Ide165158a226beb731e9d300df57b142cf456d5d Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'examples/activeqt/hierarchy/doc/src')
-rw-r--r--examples/activeqt/hierarchy/doc/src/hierarchy.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc b/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
index 93450f3..bc22b80 100644
--- a/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
+++ b/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
@@ -47,7 +47,7 @@
this class.
\snippet activeqt/hierarchy/objects.cpp 0
- The constructor of QParentWidget creates a vertical box layout.
+ The constructor of \c QParentWidget creates a vertical box layout.
New child widgets are automatically added to the layout.
\snippet activeqt/hierarchy/objects.cpp 1
@@ -69,7 +69,7 @@
\snippet activeqt/hierarchy/objects.cpp 3
\snippet activeqt/hierarchy/objects.cpp 4
- The implementation of the QSubWidget class is self-explanatory.
+ The implementation of the \c QSubWidget class is self-explanatory.
\snippet activeqt/hierarchy/main.cpp 0
The classes are then exported using a QAxFactory. \c QParentWidget is