feat: first UI update

This commit is contained in:
semenov
2024-10-03 10:13:14 +03:00
parent 4a7d7aefa5
commit 2fc86b68e3
44 changed files with 97798 additions and 34084 deletions

View File

@@ -120,10 +120,6 @@ void UpdateController::updateFilesOnServer(QList<FileData> *fileSendList){
sendSystem->sendFinish();
QTime dieTime= QTime::currentTime().addSecs(10);
while (QTime::currentTime() < dieTime)
QCoreApplication::processEvents(QEventLoop::AllEvents, 100);
emit sigUpdateComplete(true);
}
catch (...)