summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible/qaccessible2.h
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-05-22 08:58:48 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-22 09:54:18 +0200
commitc47f220f1a4939faaee462a7549dc17026a5a319 (patch)
tree8583cdac4fac23beb692a98f4c28d020f3f28ade /src/gui/accessible/qaccessible2.h
parenta40e0f6c7a0df00da79d57509aae0b798705244c (diff)
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>
Diffstat (limited to 'src/gui/accessible/qaccessible2.h')
-rw-r--r--src/gui/accessible/qaccessible2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/accessible/qaccessible2.h b/src/gui/accessible/qaccessible2.h
index dcac22e5bb..94e5319147 100644
--- a/src/gui/accessible/qaccessible2.h
+++ b/src/gui/accessible/qaccessible2.h
@@ -232,6 +232,7 @@ public:
static const QString &decreaseAction();
static const QString &showMenuAction();
static const QString &setFocusAction();
+ static const QString &toggleAction();
static const QString &checkAction();
static const QString &uncheckAction();
};