branch | ios-develop |
changeset 13413 | ba39a1d396c0 |
parent 12997 | f06660523198 |
child 13459 | 08a3851aaf67 |
13411:6e8b807bda4b | 13413:ba39a1d396c0 |
---|---|
20 #define BINDS_H |
20 #define BINDS_H |
21 |
21 |
22 #include <QString> |
22 #include <QString> |
23 |
23 |
24 #ifdef VIDEOREC |
24 #ifdef VIDEOREC |
25 #define BINDS_NUMBER 47 |
25 #define BINDS_NUMBER 49 |
26 #else |
26 #else |
27 #define BINDS_NUMBER 46 |
27 #define BINDS_NUMBER 48 |
28 #endif |
28 #endif |
29 |
29 |
30 struct BindAction |
30 struct BindAction |
31 { |
31 { |
32 QString action; |
32 QString action; |