docs: add test cases

This commit is contained in:
semenov
2026-02-11 10:21:29 +03:00
parent 466b2cd7fc
commit f2e36d35e4
4 changed files with 346 additions and 297 deletions

View File

@@ -86,7 +86,6 @@ void UpdateController::compareFiles(ClientHandler* handler, QByteArray array)
mutex->unlock();
}
void UpdateController::showHash()
{
for(FileData& str : serverDataList){
@@ -559,8 +558,6 @@ void UpdateController::xmlFileDataParse(QByteArray array)
}
}
StreamingVersionData* UpdateController::getCurrentVersion()
{
return assetManager->getCurrentVersionData();
@@ -603,6 +600,7 @@ bool UpdateController::checkRequiredFolder()
return required;
}
UpdateController::~UpdateController()
{