summaryrefslogtreecommitdiff
path: root/examples
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
parenta736ef5bab4ed044af3b24edeff0d9178a139148 (diff)
downloadqtactiveqt-7e3a5fd664b02a537b7f5dcd73840c5c7a437519.tar.gz
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')
-rw-r--r--examples/activeqt/comapp/doc/src/comapp.qdoc4
-rw-r--r--examples/activeqt/hierarchy/doc/src/hierarchy.qdoc4
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/activeqt/comapp/doc/src/comapp.qdoc b/examples/activeqt/comapp/doc/src/comapp.qdoc
index 69b27b6..ea8e22a 100644
--- a/examples/activeqt/comapp/doc/src/comapp.qdoc
+++ b/examples/activeqt/comapp/doc/src/comapp.qdoc
@@ -73,8 +73,8 @@
name (accessible through the \c id property) is set to \c "From QAxFactory"
to indicate that this COM object has been created by COM. Note that there is
no destructor that would delete the QTabWidget - this is instead done in the
- \c quit() slot, before calling QApplication::quit() through a single-shot-timer,
- which is necessary ensure that the COM call to the slot is complete.
+ \c quit() slot, before calling \l {QApplication::}{quit()} through a single-shot-timer,
+ which is necessary to ensure that the COM call to the slot is complete.
\snippet activeqt/comapp/main.cpp 6
The classes are exported from the server using the QAxFactory macros. Only
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