branch | ui-scaling |
changeset 15288 | c4fd2813b127 |
parent 14914 | 6582e3f69ba0 |
13395:0135e64c6c66 | 15288:c4fd2813b127 |
---|---|
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 49 |
25 #define BINDS_NUMBER 63 |
26 #else |
26 #else |
27 #define BINDS_NUMBER 48 |
27 #define BINDS_NUMBER 62 |
28 #endif |
28 #endif |
29 |
29 |
30 struct BindAction |
30 struct BindAction |
31 { |
31 { |
32 QString action; |
32 QString action; |