fix: instructor update

This commit is contained in:
semenov
2026-03-18 10:47:43 +03:00
parent eb70ed9a6e
commit 38dda10685
10 changed files with 42625 additions and 29647 deletions

View File

@@ -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);