Remove #ifndef QT_NO_ACCESSIBILITY around qaccessible.{h,cpp}
authorJan Arve Saether <jan-arve.saether@digia.com>
Thu, 1 Nov 2012 13:33:36 +0000 (14:33 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 1 Nov 2012 15:07:42 +0000 (16:07 +0100)
commitd45cebbf4d6a8fd2406f41e151a63c9f241879f7
tree8b835773b5bc6af78857ad1ac4e1493c9299cee3
parent8f62bb343bf48731efdfe1ee27eca18a5156a991
Remove #ifndef QT_NO_ACCESSIBILITY around qaccessible.{h,cpp}

Jens has an use-case for using accessibility from styles.

By making the enums always available regardless of QT_NO_ACCESSIBILITY,
it makes the style code less littered with ifndefs.

It should (ahem) also solve the problem where Qt Desktop components
does not compile if QT_NO_ACCESSIBILITY is not defined.
This happens on some linux distros, since atspi-2-dev is not installed
by default, which again causes grief for those affected.

Change-Id: I15d65df8c752a0c4af37cc7b4d908a757cb6a9c4
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
src/gui/accessible/qaccessible.cpp
src/gui/accessible/qaccessible.h