QAccessibleEvent needs a virtual destructor.

Change-Id: Ia0cd82c5457d39fe501e7ee6b5468ccb0f62f35a
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
This commit is contained in:
Frederik Gladhorn 2012-03-07 16:21:11 +01:00 committed by Qt by Nokia
parent 3ca1a2c28e
commit 2a72e10ed9

View File

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