Replace (un)checkAction with toggleAction (1/3)
authorJan-Arve Saether <jan-arve.saether@nokia.com>
Tue, 22 May 2012 06:58:48 +0000 (08:58 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 22 May 2012 07:54:18 +0000 (09:54 +0200)
commitc47f220f1a4939faaee462a7549dc17026a5a319
tree8583cdac4fac23beb692a98f4c28d020f3f28ade
parenta40e0f6c7a0df00da79d57509aae0b798705244c
Replace (un)checkAction with toggleAction (1/3)

Add toggleAction to QAccessibleActionInterface.

This change is split into separate modules, thus we have to be careful
of not breaking qtdeclarative, which currently depends (un)checkAction.
Therefore we apply the patches in this order:
1. Add toggleAction to QAccessibleActionInterface (in qtbase)
2. Replace all references to (un)checkAction with toggleAction
   (in qtdeclarative)
3. Remove all references to (un)checkAction (in qtbase)

Change-Id: Ib00fee3139eeabbece97295bc3d713ab119c92e6
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
src/gui/accessible/qaccessible2.cpp
src/gui/accessible/qaccessible2.h