QTfrontend/binds.h
changeset 87 ff213e443336
parent 40 416d54ce0c34
child 88 6740a1c4edc9
equal deleted inserted replaced
86:664b536a1c27 87:ff213e443336
    32  */
    32  */
    33 
    33 
    34 #ifndef BINDS_H
    34 #ifndef BINDS_H
    35 #define BINDS_H
    35 #define BINDS_H
    36 
    36 
    37 #include <QtGlobal>
    37 #include <QString>
    38 
    38 
    39 #define BINDS_NUMBER 24
    39 #define BINDS_NUMBER 24
    40 
    40 
    41 struct BindAction
    41 struct BindAction
    42 {
    42 {
    43 	QString action;
    43 	QString action;
    44 	QString strbind;
    44 	QString strbind;
    45 	QString name;
    45 	const char * name;
    46 	bool chwidget;
    46 	bool chwidget;
    47 };
    47 };
    48 
    48 
    49 const BindAction cbinds[BINDS_NUMBER] =
    49 const BindAction cbinds[BINDS_NUMBER] =
    50 {
    50 {