summaryrefslogtreecommitdiff
path: root/src/gui/touchactiondata.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-22 19:21:24 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-22 19:21:24 +0300
commitddcdc184c2d9828e647a0734615e6e217332ad5e (patch)
treefd6067a12dfb8b9f872bae4afdbffc58a39ec00a /src/gui/touchactiondata.cpp
parenta8f314b3cf5b89f991d1de51cc01cdb53fe9a78c (diff)
downloadplus-ddcdc184c2d9828e647a0734615e6e217332ad5e.tar.gz
plus-ddcdc184c2d9828e647a0734615e6e217332ad5e.tar.bz2
plus-ddcdc184c2d9828e647a0734615e6e217332ad5e.tar.xz
plus-ddcdc184c2d9828e647a0734615e6e217332ad5e.zip
Rename setupactiondata array names.
Diffstat (limited to 'src/gui/touchactiondata.cpp')
-rw-r--r--src/gui/touchactiondata.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/touchactiondata.cpp b/src/gui/touchactiondata.cpp
index 6d6be78a6..3d64fdf25 100644
--- a/src/gui/touchactiondata.cpp
+++ b/src/gui/touchactiondata.cpp
@@ -28,8 +28,8 @@
SetupActionData *const touchActionData[] =
{
- setupActionData0,
- setupActionData2,
- setupActionData5,
- setupActionData6
+ setupActionDataBasic,
+ setupActionDataWindows,
+ setupActionDataChat,
+ setupActionDataOther
};