changeset 5884 | bd96b82e0fc8 |
parent 4976 | 088d40d8aba2 |
child 6700 | e04da46ee43c |
5883:a6d764786905 | 5884:bd96b82e0fc8 |
---|---|
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 #ifdef _WIN32 |
|
25 #define BINDS_NUMBER 43 |
|
26 #else |
|
27 #define BINDS_NUMBER 44 |
24 #define BINDS_NUMBER 44 |
28 #endif |
|
29 |
25 |
30 struct BindAction |
26 struct BindAction |
31 { |
27 { |
32 QString action; |
28 QString action; |
33 QString strbind; |
29 QString strbind; |