QTfrontend/binds.h
changeset 947 4e0c3ad89483
parent 539 6a9bf1852bbc
child 948 5d49a92c240a
equal deleted inserted replaced
946:42c5cc87cbd1 947:4e0c3ad89483
    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 32
    24 #define BINDS_NUMBER 33
    25 
    25 
    26 struct BindAction
    26 struct BindAction
    27 {
    27 {
    28 	QString action;
    28 	QString action;
    29 	QString strbind;
    29 	QString strbind;