QTfrontend/binds.h
changeset 1639 89b536a3cf3c
parent 1066 1f1b3686a2b0
child 2312 3b59f1251ead
equal deleted inserted replaced
1638:5e2189989fe8 1639:89b536a3cf3c
    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 35
    24 #define BINDS_NUMBER 36
    25 
    25 
    26 struct BindAction
    26 struct BindAction
    27 {
    27 {
    28 	QString action;
    28 	QString action;
    29 	QString strbind;
    29 	QString strbind;