From 96e3b44cdccdd42920fc2caf8749688919583d9d Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Sun, 4 Nov 2012 10:32:41 +0100 Subject: Accessibility: Make accessibleInterface() in event virtual. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This function can then be used by webkit in a different way. Change-Id: I2e4c0570b5fc446114f63b3dc43e3c4505bcad79 Reviewed-by: Jan Arve Sæther --- src/gui/accessible/qaccessible.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/accessible/qaccessible.h b/src/gui/accessible/qaccessible.h index 1fb6c65482..5f61634ba2 100644 --- a/src/gui/accessible/qaccessible.h +++ b/src/gui/accessible/qaccessible.h @@ -462,7 +462,7 @@ public: void setChild(int chld) { m_child = chld; } int child() const { return m_child; } - QAccessibleInterface *accessibleInterface() const; + virtual QAccessibleInterface *accessibleInterface() const; protected: QAccessible::Event m_type; -- cgit v1.2.3