summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-08-13 17:35:44 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-16 16:10:43 +0200
commit8c749cab4d457644a14698709d1c74dfa4d5ac6e (patch)
tree5ef0f063f50db9fa835b8f0de3b78ff6dfb99061 /src/gui/widgets
parent4917daf500f0403042de35fcc17daa2d7d4f8475 (diff)
Implement QAccessibleLineEdit::characterRect()
It was probably not implemented because it needed to access private APIs. However, accessing those from this a11y plugin is unproblematic. Change-Id: Icadad45a83daa60e2fbc4cab17b91c84c3f36a7f Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/qlineedit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/qlineedit.h b/src/gui/widgets/qlineedit.h
index 48ff06b3fc..c14d1887fd 100644
--- a/src/gui/widgets/qlineedit.h
+++ b/src/gui/widgets/qlineedit.h
@@ -273,6 +273,7 @@ Q_SIGNALS:
private:
friend class QAbstractSpinBox;
+ friend class QAccessibleLineEdit;
#ifdef QT_KEYPAD_NAVIGATION
friend class QDateTimeEdit;
#endif