summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/comapp/doc/src/comapp.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/comapp/doc/src/comapp.qdoc')
-rw-r--r--examples/activeqt/comapp/doc/src/comapp.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/activeqt/comapp/doc/src/comapp.qdoc b/examples/activeqt/comapp/doc/src/comapp.qdoc
index 986984b..59cd471 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