mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fix: instructor update
This commit is contained in:
@@ -189,13 +189,10 @@ bool DataParser::xmlParser(const QByteArray& array)
|
||||
if (name == "AccessType")
|
||||
{
|
||||
serverAuth->AccessType = value;
|
||||
postProcessSystem->checkAccessType(value);
|
||||
//recognizeSystem->checkAccessType(value);
|
||||
}
|
||||
}
|
||||
|
||||
postProcessSystem->saveLoginData(serverAuth);
|
||||
//emit recognizeSystem->sigSaveLoginData(serverAuth);
|
||||
}
|
||||
|
||||
if(xmlReader.name() == "VersionData")
|
||||
@@ -259,6 +256,7 @@ bool DataParser::xmlParser(const QByteArray& array)
|
||||
|
||||
xmlReader.readNext();
|
||||
}
|
||||
emit postProcessSystem->sigCallUpdateList();
|
||||
}
|
||||
|
||||
xmlReader.readNext();
|
||||
|
||||
Reference in New Issue
Block a user