Remove AccessibilityPrepare event.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Sun, 12 Feb 2012 11:35:12 +0000 (12:35 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 5 Mar 2012 17:46:43 +0000 (18:46 +0100)
commitf449cefc27fc321f96aadbcb0f0a46e6f7a2b0b4
tree49fc2895d204df3948ffc6742ebcff6d943b349a
parentb7ba68515023995e998039d92780dded8bbfd325
Remove AccessibilityPrepare event.

This event was completely unused.
In addition it leads to crashes on linux when
sending the Destroy accessibility update.

The Destroy event on linux would still query an accessible interface.
That in turn would trigger the event to be sent.

Change-Id: I8915527de067b8b70ba41b1361e3ef5d12866d7d
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
src/corelib/kernel/qcoreevent.h
src/gui/accessible/qaccessible.cpp
src/widgets/kernel/qapplication.cpp
src/widgets/statemachine/qguistatemachine.cpp
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp