summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-03-23 16:22:10 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-03-24 19:01:19 +0000
commited8d0964b81186824bca5771da224a60a6ccb4e3 (patch)
treed1169a50352d1033e94e3d7e8308ec33d44d8013 /examples
parent7b9c9af588e2f6e40534fe6ca01f9eade3cc36c2 (diff)
downloadqtactiveqt-ed8d0964b81186824bca5771da224a60a6ccb4e3.tar.gz
Fix some qdoc warnings.
qtactiveqt/src/activeqt/control/qaxfactory.cpp:540: warning: Can't link to 'QAxFactory::QAXCLASS()' qtactiveqt/examples/activeqt/comapp/doc/src/comapp.qdoc:28: warning: Can't link to 'QApplication::quit()' Change-Id: I900d29cfb0d25352357385a77ff6198b31dc7a95 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/activeqt/comapp/doc/src/comapp.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/comapp/doc/src/comapp.qdoc b/examples/activeqt/comapp/doc/src/comapp.qdoc
index 59cd471..7e89731 100644
--- a/examples/activeqt/comapp/doc/src/comapp.qdoc
+++ b/examples/activeqt/comapp/doc/src/comapp.qdoc
@@ -73,7 +73,7 @@
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 \l {QApplication::}{quit()} through a single-shot-timer,
+ \c quit() slot, before calling \l {QCoreApplication::}{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