Refactoring

Ui improvements
Bug fixes
This commit is contained in:
pokamest 2021-01-09 19:55:16 +03:00
parent 3645735053
commit 441811e277
13 changed files with 773 additions and 123 deletions

View file

@ -49,7 +49,7 @@ void LocalClient::onReadyRead()
if (lineLength != -1) {
QString line = buf;
line = line.simplified();
qDebug().noquote() << QString("Readed line: '%1'").arg(line);
qDebug().noquote() << QString("Read line: '%1'").arg(line);
emit lineAvailable(line);
}
}