summaryrefslogtreecommitdiffstats
path: root/util/accessibilityinspector/screenreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/accessibilityinspector/screenreader.cpp')
-rw-r--r--util/accessibilityinspector/screenreader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/accessibilityinspector/screenreader.cpp b/util/accessibilityinspector/screenreader.cpp
index 3a73f21314..aa17bfb6ee 100644
--- a/util/accessibilityinspector/screenreader.cpp
+++ b/util/accessibilityinspector/screenreader.cpp
@@ -103,7 +103,7 @@ void ScreenReader::processTouchPoint()
qDebug() << "touchPoint exit recursion overflow";
return; // outside
}
-
+/*
hit = currentInterface->childAt(m_currentTouchPoint.x(), m_currentTouchPoint.y());
//qDebug() << "hit" << hit;
if (hit == -1) {
@@ -121,6 +121,7 @@ void ScreenReader::processTouchPoint()
delete currentInterface;
currentInterface = childInterface;
}
+*/
}
m_selectedInterface = currentInterface;