summaryrefslogtreecommitdiffstats
path: root/src/activeqt/container/qaxbase.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-03-03 18:15:55 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-03-03 18:15:55 +0100
commit8ee393f9fc26948c22cfdfa4d5c1be95fac968bd (patch)
treed5bdef5e9340c64bbcf16115beced802b4170dd8 /src/activeqt/container/qaxbase.cpp
parent35c178c310ebb85a8959d116acd913e7c050c8df (diff)
parent7e3a5fd664b02a537b7f5dcd73840c5c7a437519 (diff)
Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-alpha1
Diffstat (limited to 'src/activeqt/container/qaxbase.cpp')
-rw-r--r--src/activeqt/container/qaxbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxbase.cpp b/src/activeqt/container/qaxbase.cpp
index 959f6e3..2c5865c 100644
--- a/src/activeqt/container/qaxbase.cpp
+++ b/src/activeqt/container/qaxbase.cpp
@@ -700,7 +700,7 @@ QByteArray QAxEventSink::findProperty(DISPID dispID)
Properties exposed by the object's IDispatch implementation can
be read and written through the property system provided by the
- Qt Object Model (both subclasses are QObjects, so you can use
+ Qt Object Model (both subclasses are \l{QObject}s, so you can use
QObject::setProperty() and QObject::property()). Properties with
multiple parameters are not supported.