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:
parent
0dc2b5e083
commit
96e3b44cdc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user