errorCheck переделал

This commit is contained in:
2025-11-30 22:54:09 +03:00
parent d30e6b4927
commit 54f1744e7f
11 changed files with 23 additions and 48 deletions

View File

@@ -29,8 +29,7 @@
#include "docsupdater.h"
#include "waitanimationwidget.h"
#include "specialmessagebox.h"
namespace Ui {
@@ -109,6 +108,14 @@ public:
void setError(int code)
{
if(code == 100)
{
QString textError = tr("No Client files found!") + "\n\n" +
tr("* check Application for the presence of a folder with a build \n"
"* check SharedData for a folder with the base version and the name base");
SpecMsgBox::CriticalClose(this, textError);
}
errorCode = code;
}