mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
bugfix: segregate send and delete list to client
This commit is contained in:
@@ -311,8 +311,6 @@ void SendSystem::updateFiles(QList<FileData> fileSendList, QList<FileData> delet
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
//sendPacketType(PacketType::UPDATE_FILES_COMPLETE);
|
||||
sendPacketType(PacketType::UPDATE_FILES_COMPLETE);
|
||||
}
|
||||
|
||||
@@ -335,7 +333,6 @@ void SendSystem::sendStop()
|
||||
void SendSystem::sendDocs(QString docsPath)
|
||||
{
|
||||
sendFileBlock(docsPath);
|
||||
//sendPacketType(PacketType::UPDATE_DOCS_COMPLETE);
|
||||
}
|
||||
|
||||
bool SendSystem::getIsSendStopped() const
|
||||
|
||||
Reference in New Issue
Block a user