changeset 2312 | 3b59f1251ead |
parent 1639 | 89b536a3cf3c |
child 2379 | d62b1f224982 |
2311:977ee15c3c1f | 2312:3b59f1251ead |
---|---|
19 #ifndef BINDS_H |
19 #ifndef BINDS_H |
20 #define BINDS_H |
20 #define BINDS_H |
21 |
21 |
22 #include <QString> |
22 #include <QString> |
23 |
23 |
24 #define BINDS_NUMBER 36 |
24 #define BINDS_NUMBER 38 |
25 |
25 |
26 struct BindAction |
26 struct BindAction |
27 { |
27 { |
28 QString action; |
28 QString action; |
29 QString strbind; |
29 QString strbind; |