summaryrefslogtreecommitdiff
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
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>
-rw-r--r--examples/activeqt/comapp/doc/src/comapp.qdoc2
-rw-r--r--src/activeqt/control/qaxfactory.cpp4
2 files changed, 3 insertions, 3 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
diff --git a/src/activeqt/control/qaxfactory.cpp b/src/activeqt/control/qaxfactory.cpp
index 3d6ff9f..5797bb7 100644
--- a/src/activeqt/control/qaxfactory.cpp
+++ b/src/activeqt/control/qaxfactory.cpp
@@ -548,8 +548,8 @@ bool QAxFactory::registerActiveObject(QObject *object)
\a IDTypeLib, and if the server is an executable server then it will have the
application id \a IDApp.
- This macro needs to be used together with the \l {QAxFactory::}{QAXCLASS()}, \c {QAxFactory::}{QAXTYPE()}
- and \c {QAxFactory::}{QAXFACTORY_END()} macros.
+ This macro needs to be used together with the QAXCLASS(), QAXTYPE()
+ and QAXFACTORY_END() macros.
\snippet src_activeqt_control_qaxfactory.cpp 9
*/