QTfrontend/binds.h
changeset 993 4319810f23c1
parent 948 5d49a92c240a
child 1022 f6a3fcb329ca
equal deleted inserted replaced
992:c16355b0c982 993:4319810f23c1
    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 #define BINDS_NUMBER 33
    24 #define BINDS_NUMBER 34
    25 
    25 
    26 struct BindAction
    26 struct BindAction
    27 {
    27 {
    28 	QString action;
    28 	QString action;
    29 	QString strbind;
    29 	QString strbind;