summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-08-30 13:30:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-30 13:51:22 +0200
commit634c39c1a950d1883e80b39989fbe3ccb517d124 (patch)
tree43d7a60a8da0e59f3d49ee3cfbd37e0e10e5b8d8 /src/gui/accessible
parented4939eaac529e40a52762118ddbf153c2bf0c16 (diff)
Doc: Fix misc. documentation errors
Change-Id: I9481ed452922ed5ecd159a8f60d7fbcb3683cec1 Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com>
Diffstat (limited to 'src/gui/accessible')
-rw-r--r--src/gui/accessible/qaccessible2.cpp7
-rw-r--r--src/gui/accessible/qaccessiblebridge.cpp12
2 files changed, 3 insertions, 16 deletions
diff --git a/src/gui/accessible/qaccessible2.cpp b/src/gui/accessible/qaccessible2.cpp
index 3ebab7e552..2aa9f5b9eb 100644
--- a/src/gui/accessible/qaccessible2.cpp
+++ b/src/gui/accessible/qaccessible2.cpp
@@ -220,13 +220,6 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn void QAccessibleEditableTextInterface::setAttributes(int startOffset, int endOffset, const QString &attributes)
-
- \sa QAccessibleTextInterface::attributes()
-*/
-
-/*!
- \class QAccessibleValueInterface
\class QAccessibleValueInterface
\inmodule QtGui
\ingroup accessibility
diff --git a/src/gui/accessible/qaccessiblebridge.cpp b/src/gui/accessible/qaccessiblebridge.cpp
index e0780f0680..902371b26a 100644
--- a/src/gui/accessible/qaccessiblebridge.cpp
+++ b/src/gui/accessible/qaccessiblebridge.cpp
@@ -82,17 +82,11 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn void QAccessibleBridge::notifyAccessibilityUpdate(int reason, QAccessibleInterface *interface, int child)
+ \fn void QAccessibleBridge::notifyAccessibilityUpdate(QAccessibleEvent *event)
This function is called by Qt to notify the bridge about a change
- in the accessibility information for object wrapped by the given
- \a interface.
-
- \a reason specifies the cause of the change. It can take values
- of type QAccessible::Event.
-
- \a child is the (1-based) index of the child element that has
- changed. When \a child is 0, the object itself has changed.
+ in the accessibility information. The \a event specifies the interface,
+ object, reason and child element that has changed.
\sa QAccessible::updateAccessibility()
*/