QTfrontend/binds.h
changeset 12997 f06660523198
parent 12990 8dd95c095882
child 13459 08a3851aaf67
equal deleted inserted replaced
12996:2bafaeed5e2e 12997:f06660523198
    20 #define BINDS_H
    20 #define BINDS_H
    21 
    21 
    22 #include <QString>
    22 #include <QString>
    23 
    23 
    24 #ifdef VIDEOREC
    24 #ifdef VIDEOREC
       
    25 #define BINDS_NUMBER 49
       
    26 #else
    25 #define BINDS_NUMBER 48
    27 #define BINDS_NUMBER 48
    26 #else
       
    27 #define BINDS_NUMBER 47
       
    28 #endif
    28 #endif
    29 
    29 
    30 struct BindAction
    30 struct BindAction
    31 {
    31 {
    32     QString action;
    32     QString action;