mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
bugfix: stable
This commit is contained in:
@@ -219,7 +219,6 @@ void DataParser::xmlParser(QByteArray array)
|
||||
|
||||
}
|
||||
postProcessSystem->setServerVersion(serverVersion);
|
||||
//recognizeSystem->setServerVersion(serverVersion);
|
||||
}
|
||||
|
||||
if(xmlReader.name() == "VersionList")
|
||||
@@ -256,7 +255,6 @@ void DataParser::xmlParser(QByteArray array)
|
||||
|
||||
xmlReader.readNext();
|
||||
}
|
||||
postProcessSystem->showServerDataList(serverStreamingVersionDataList);
|
||||
}
|
||||
|
||||
xmlReader.readNext();
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -32,7 +32,6 @@ signals:
|
||||
void sigStartCompare(QList<FileData> *serverStreamingHash, QList<FileData> localStreamingHash);
|
||||
void sigShowUpdateList();
|
||||
void sigCallUpdateList();
|
||||
void sigShowServerList(QList<StreamingVersionData *> *serverData);
|
||||
void sigSaveLoginData(ServerAuthorization *serverAuth);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user