QTfrontend/net/recorder.cpp
changeset 14599 b86e6e4f3c58
parent 13644 1b536e268519
child 14629 8ffa0c27f434
equal deleted inserted replaced
14598:62dea281e4d5 14599:b86e6e4f3c58
    31 static int numRecorders = 0;
    31 static int numRecorders = 0;
    32 
    32 
    33 static QList<HWRecorder*> queue;
    33 static QList<HWRecorder*> queue;
    34 
    34 
    35 HWRecorder::HWRecorder(GameUIConfig * config, const QString &prefix) :
    35 HWRecorder::HWRecorder(GameUIConfig * config, const QString &prefix) :
    36     TCPBase(false)
    36     TCPBase(false, !config->language().isEmpty())
    37 {
    37 {
    38     this->config = config;
    38     this->config = config;
    39     this->prefix = prefix;
    39     this->prefix = prefix;
    40     item = 0;
    40     item = 0;
    41     finished = false;
    41     finished = false;