ref: hashComparer

This commit is contained in:
semenov
2024-10-07 09:02:53 +03:00
parent 38e5b7655f
commit 65335027e1
22 changed files with 255 additions and 134 deletions

View File

@@ -96,7 +96,7 @@ void TCPClient::slotSendCommand(QString command)
emit sigSendDebugLog("Update started");
stream << PacketType::TYPE_COMMAND;
stream << command;
socket->waitForBytesWritten();
socket->waitForReadyRead(1000);
}
else if(command == "run"){
externalExecuter->callApp();