summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-01-18 12:47:17 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-19 00:17:35 +0100
commitf4ea85f8fe35cb30aed73242bf93e869c3c74a0d (patch)
tree58214306aefe3e9a2a0a58d5d336600d0ab71f8d
parentf9b94a7ee13e7b8a1c1482391d935a2d5a754848 (diff)
Remove all references to Self in relation to navigate.
After this change, Self should only be used in the context of relationTo(). Change-Id: I04bb2bf7c480f9350aceb6e53d78e5cf1808d53e Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
-rw-r--r--src/gui/accessible/qaccessibleobject.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/accessible/qaccessibleobject.cpp b/src/gui/accessible/qaccessibleobject.cpp
index e271df2a13..c9b01c7050 100644
--- a/src/gui/accessible/qaccessibleobject.cpp
+++ b/src/gui/accessible/qaccessibleobject.cpp
@@ -262,9 +262,6 @@ int QAccessibleApplication::navigate(QAccessible::RelationFlag relation, int,
QObject *targetObject = 0;
switch (relation) {
- case QAccessible::Self:
- targetObject = object();
- break;
case QAccessible::FocusChild:
if (QWindow *window = QGuiApplication::activeWindow()) {
*target = window->accessibleRoot();