diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-16 12:43:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-16 12:45:09 (GMT) |
commit | d65bff4c94fb11bbad02420459a9375621051823 (patch) | |
tree | 4d47f88a209202d10efc7738f93cb53a54e503d9 /src/gui/accessible | |
parent | d99137fe4bbef299a52c375717e6925457f34ac2 (diff) | |
download | Qt-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')
-rw-r--r-- | src/gui/accessible/qaccessible.cpp | 10 |
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. |