equal
deleted
inserted
replaced
27 #define BINDS_NUMBER 43 |
27 #define BINDS_NUMBER 43 |
28 #endif |
28 #endif |
29 |
29 |
30 struct BindAction |
30 struct BindAction |
31 { |
31 { |
32 QString action; |
32 QString action; |
33 QString strbind; |
33 QString strbind; |
34 const char * name; |
34 const char * name; |
35 const char * category; |
35 const char * category; |
36 const char * description; |
36 const char * description; |
37 }; |
37 }; |
38 |
38 |
39 extern const BindAction cbinds[BINDS_NUMBER]; |
39 extern const BindAction cbinds[BINDS_NUMBER]; |
40 |
40 |
41 #endif // BINDS_H |
41 #endif // BINDS_H |