changeset 14867 | 75b515a64202 |
parent 14770 | 533ac9774279 |
child 14930 | 6582e3f69ba0 |
14866:6c51f74d80a8 | 14867:75b515a64202 |
---|---|
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 53 |
25 #define BINDS_NUMBER 62 |
26 #else |
26 #else |
27 #define BINDS_NUMBER 52 |
27 #define BINDS_NUMBER 61 |
28 #endif |
28 #endif |
29 |
29 |
30 struct BindAction |
30 struct BindAction |
31 { |
31 { |
32 QString action; |
32 QString action; |