QTfrontend/binds.h
changeset 8144 f3ba33d5d2b1
parent 7447 01111960a48d
child 8147 53190e590919
equal deleted inserted replaced
8142:b10219ef05d3 8144:f3ba33d5d2b1
    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 #ifdef USE_VIDEO_RECORDING
    24 #define BINDS_NUMBER 46
    25 #define BINDS_NUMBER 46
       
    26 #else
       
    27 #define BINDS_NUMBER 45
       
    28 #endif
    25 
    29 
    26 struct BindAction
    30 struct BindAction
    27 {
    31 {
    28     QString action;
    32     QString action;
    29     QString strbind;
    33     QString strbind;