summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxfactory.cpp
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 /src/activeqt/control/qaxfactory.cpp
parenta736ef5bab4ed044af3b24edeff0d9178a139148 (diff)
Doc: corrections to solve autolink issues
Task-number: QTBUG-43810 Change-Id: Ide165158a226beb731e9d300df57b142cf456d5d Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/activeqt/control/qaxfactory.cpp')
-rw-r--r--src/activeqt/control/qaxfactory.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/activeqt/control/qaxfactory.cpp b/src/activeqt/control/qaxfactory.cpp
index b510f18..4ab315c 100644
--- a/src/activeqt/control/qaxfactory.cpp
+++ b/src/activeqt/control/qaxfactory.cpp
@@ -366,7 +366,7 @@ extern wchar_t qAxModuleFilename[MAX_PATH];
Returns the directory that contains the server binary.
For out-of-process servers this is the same as
- QApplication::applicationDirPath(). For in-process servers
+ \l {QCoreApplication::applicationDirPath()}. For in-process servers
that function returns the directory that contains the hosting
application.
*/
@@ -379,7 +379,7 @@ QString QAxFactory::serverDirPath()
Returns the file path of the server binary.
For out-of-process servers this is the same as
- QApplication::applicationFilePath(). For in-process servers
+ \l {QCoreApplication::applicationFilePath()}. For in-process servers
that function returns the file path of the hosting application.
*/
QString QAxFactory::serverFilePath()
@@ -547,8 +547,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 QAXCLASS(), QAXTYPE()
- and QAXFACTORY_END() macros.
+ This macro needs to be used together with the \l {QAxFactory::}{QAXCLASS()}, \c {QAxFactory::}{QAXTYPE()}
+ and \c {QAxFactory::}{QAXFACTORY_END()} macros.
\snippet src_activeqt_control_qaxfactory.cpp 9
*/