From 8c749cab4d457644a14698709d1c74dfa4d5ac6e Mon Sep 17 00:00:00 2001 From: Jan-Arve Saether Date: Mon, 13 Aug 2012 17:35:44 +0200 Subject: 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 --- src/gui/widgets/qlineedit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/widgets') 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 -- cgit v1.2.3