QAccessibleEvent needs a virtual destructor.
Change-Id: Ia0cd82c5457d39fe501e7ee6b5468ccb0f62f35a Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>bb10
parent
3ca1a2c28e
commit
2a72e10ed9
|
|
@ -437,6 +437,9 @@ public:
|
|||
Q_ASSERT(obj);
|
||||
}
|
||||
|
||||
virtual ~QAccessibleEvent()
|
||||
{}
|
||||
|
||||
QAccessible::Event type() const { return m_type; }
|
||||
QObject *object() const { return m_object; }
|
||||
int child() const { return m_child; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue