summaryrefslogtreecommitdiff
path: root/src/activeqt/control/qaxfactory.cpp
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 /src/activeqt/control/qaxfactory.cpp
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 'src/activeqt/control/qaxfactory.cpp')
-rw-r--r--src/activeqt/control/qaxfactory.cpp4
1 files changed, 2 insertions, 2 deletions
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
*/