QTfrontend/binds.h
changeset 14530 ec0afe1c6024
parent 13533 0c8001e43fd3
child 14749 533ac9774279
equal deleted inserted replaced
14529:db646b3c0b95 14530:ec0afe1c6024
    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 52
       
    26 #else
    25 #define BINDS_NUMBER 51
    27 #define BINDS_NUMBER 51
    26 #else
       
    27 #define BINDS_NUMBER 50
       
    28 #endif
    28 #endif
    29 
    29 
    30 struct BindAction
    30 struct BindAction
    31 {
    31 {
    32     QString action;
    32     QString action;