summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/qaccessible.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-11-16 12:43:15 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-11-16 12:45:09 (GMT)
commitd65bff4c94fb11bbad02420459a9375621051823 (patch)
tree4d47f88a209202d10efc7738f93cb53a54e503d9 /src/gui/accessible/qaccessible.cpp
parentd99137fe4bbef299a52c375717e6925457f34ac2 (diff)
downloadQt-d65bff4c94fb11bbad02420459a9375621051823.zip
Qt-d65bff4c94fb11bbad02420459a9375621051823.tar.gz
Qt-d65bff4c94fb11bbad02420459a9375621051823.tar.bz2
doc: Fixed qdoc according to Bjarne's recommendation.
Someone had changed an operator==() and an operator!=() from single parameter members to two-parameter friends but hadn't changed the qdoc comments.
Diffstat (limited to 'src/gui/accessible/qaccessible.cpp')
-rw-r--r--src/gui/accessible/qaccessible.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gui/accessible/qaccessible.cpp b/src/gui/accessible/qaccessible.cpp
index a527ee7..a11ebea 100644
--- a/src/gui/accessible/qaccessible.cpp
+++ b/src/gui/accessible/qaccessible.cpp
@@ -984,6 +984,16 @@ const QAccessibleInterface *other, int otherChild) const
*/
/*!
+ \fn QAccessibleActionInterface *QAccessibleInterface::actionInterface()
+ \internal
+*/
+
+/*!
+ \fn QAccessibleImageInterface *QAccessibleInterface::imageInterface()
+ \internal
+*/
+
+/*!
\class QAccessibleEvent
\brief The QAccessibleEvent class is used to query addition
accessibility information about complex widgets.