Accessibility: Make accessibleInterface() in event virtual.

This function can then be used by webkit in a different way.

Change-Id: I2e4c0570b5fc446114f63b3dc43e3c4505bcad79
Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
This commit is contained in:
Frederik Gladhorn 2012-11-04 10:32:41 +01:00 committed by The Qt Project
parent 0dc2b5e083
commit 96e3b44cdc

View File

@ -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;