QTfrontend/binds.h
changeset 2948 3f21a9dc93d0
parent 2428 6800f8aa0184
child 3236 4ab3917d7d44
equal deleted inserted replaced
2947:803b277e4894 2948:3f21a9dc93d0
    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