changeset 8147 | 53190e590919 |
parent 8144 | f3ba33d5d2b1 |
child 9080 | 9b42757d7e71 |
8144:f3ba33d5d2b1 | 8147:53190e590919 |
---|---|
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 USE_VIDEO_RECORDING |
24 #ifdef VIDEOREC |
25 #define BINDS_NUMBER 46 |
25 #define BINDS_NUMBER 46 |
26 #else |
26 #else |
27 #define BINDS_NUMBER 45 |
27 #define BINDS_NUMBER 45 |
28 #endif |
28 #endif |
29 |
29 |