bugfix: stable

This commit is contained in:
semenov
2025-08-12 15:38:15 +03:00
parent f5c929021b
commit 303576b7f9
11 changed files with 26425 additions and 28 deletions

View File

@@ -51,7 +51,7 @@ void PostProcessorSystem::showUpdateList()
void PostProcessorSystem::compareFiles()
{
//emit sigCompareFiles()
updateController->updateFilesOnServer(hashComparer->getFilesForUpdate());
}
void PostProcessorSystem::checkAccessType(QString type)
@@ -64,7 +64,8 @@ void PostProcessorSystem::checkAccessType(QString type)
void PostProcessorSystem::saveLoginData(ServerAuthorization *auth)
{
emit sigSaveLoginData(auth);
dataParserOutput->createAuthData(auth);
}
void PostProcessorSystem::setServerVersion(StreamingVersionData *serverVersion)
@@ -72,11 +73,6 @@ void PostProcessorSystem::setServerVersion(StreamingVersionData *serverVersion)
versionContainer->setServerVersionData(serverVersion);
}
void PostProcessorSystem::showServerDataList(QList<StreamingVersionData *> *versionList)
{
}
void PostProcessorSystem::calculateCommonHash()
{
updateController->calculateCommonHash();