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:
@@ -69,14 +69,6 @@ void PostProcessorSystem::compareFiles()
|
||||
updateController->updateFilesOnServer(hashComparer->getFilesForUpdate());
|
||||
}
|
||||
|
||||
void PostProcessorSystem::checkAccessType(const QString& type)
|
||||
{
|
||||
if(type == "instructor")
|
||||
{
|
||||
emit sigCallUpdateList();
|
||||
}
|
||||
}
|
||||
|
||||
void PostProcessorSystem::saveLoginData(ServerAuthorization *auth)
|
||||
{
|
||||
emit sigSaveLoginData(auth);
|
||||
|
||||
Reference in New Issue
Block a user