This commit is contained in:
2025-09-17 17:42:34 +03:00
parent bd1bcd4e71
commit 8cf98ea2d9
17 changed files with 85 additions and 1307 deletions

View File

@@ -30,7 +30,7 @@ void SendSystem::sendDisable()
stream << data;
socket->waitForBytesWritten();
}
/*
void SendSystem::sendXMLmsgGUItoServer(QByteArray array)
{
qDebug() << "SendSystem" << QThread::currentThreadId();
@@ -41,6 +41,7 @@ void SendSystem::sendXMLmsgGUItoServer(QByteArray array)
stream << array;
socket->waitForBytesWritten(6000);
}
*/
void SendSystem::sendFileBlock(QString path)
{