summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2012-11-04 10:32:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-08 16:59:50 +0100
commit96e3b44cdccdd42920fc2caf8749688919583d9d (patch)
tree1b3e446e9d926f22cc47076d153a33ac0ded83db /src
parent0dc2b5e083cf5b89be20acd76d93e223f5144485 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/gui/accessible/qaccessible.h2
1 files changed, 1 insertions, 1 deletions
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;