QTfrontend/binds.h
changeset 2379 d62b1f224982
parent 2312 3b59f1251ead
child 2428 6800f8aa0184
equal deleted inserted replaced
2378:66fcb4d62a53 2379:d62b1f224982
    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 38
    24 #define BINDS_NUMBER 39
    25 
    25 
    26 struct BindAction
    26 struct BindAction
    27 {
    27 {
    28 	QString action;
    28 	QString action;
    29 	QString strbind;
    29 	QString strbind;