bugfix: diff update

This commit is contained in:
semenov
2025-01-17 11:10:34 +03:00
parent c339ec9580
commit 4b9ee1738a
5 changed files with 24 additions and 8 deletions

View File

@@ -479,6 +479,7 @@ void UpdateController::createVersionListXmlAnswer(QList<StreamingVersionData *>
xmlWriter.writeEndDocument();
file.close();
}
void UpdateController::saveVersionToFile(StreamingVersionData *streamingVersion) //TODO: переименовать и перебросить в AssetManager
{
QFile file(version);
@@ -498,7 +499,6 @@ void UpdateController::saveVersionToFile(StreamingVersionData *streamingVersion)
file.close();
}
void UpdateController::sendNewVersionList()
{
commonClientHandler->sendNewVersionListToAllClient();