bugfix: segregate send and delete list to client

This commit is contained in:
semenov
2025-11-20 13:04:36 +03:00
parent bd0bed926c
commit 7e27584c5a
6 changed files with 47 additions and 39 deletions

View File

@@ -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