quickFix: display send file

This commit is contained in:
semenov
2025-02-03 10:32:44 +03:00
parent 02865821a0
commit c09ccbce26

View File

@@ -79,13 +79,13 @@ void SendSystem::sendFileBlock(QString path)
countSend++; countSend++;
} }
emit sigSendToLogger(Tools::getTime() + " send file " + fileInfo.fileName()); //emit sigSendToLogger(Tools::getTime() + " send file " + fileInfo.fileName());
} }
file.close(); file.close();
countSend = 0; countSend = 0;
socket->waitForBytesWritten(10); socket->waitForBytesWritten(10);
socket->waitForReadyRead(100); socket->waitForReadyRead(20);
} }
void SendSystem::sendVersion() void SendSystem::sendVersion()