diff options
author | Jan-Arve Saether <jan-arve.saether@nokia.com> | 2012-08-13 15:35:44 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-16 14:10:43 (GMT) |
commit | 8c749cab4d457644a14698709d1c74dfa4d5ac6e (patch) | |
tree | 5ef0f063f50db9fa835b8f0de3b78ff6dfb99061 /src/gui | |
parent | 4917daf500f0403042de35fcc17daa2d7d4f8475 (diff) | |
download | Qt-8c749cab4d457644a14698709d1c74dfa4d5ac6e.zip Qt-8c749cab4d457644a14698709d1c74dfa4d5ac6e.tar.gz Qt-8c749cab4d457644a14698709d1c74dfa4d5ac6e.tar.bz2 |
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')
-rw-r--r-- | src/gui/widgets/qlineedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/qlineedit.h b/src/gui/widgets/qlineedit.h index 48ff06b..c14d188 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 |