mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
signal_hasError
This commit is contained in:
@@ -85,6 +85,7 @@ signals:
|
||||
QTcpSocket* sigGetSocket();
|
||||
|
||||
void signal_DocsChanged();
|
||||
void signal_hasError(int code);
|
||||
|
||||
public slots:
|
||||
void slot_LanguageChanged(QString language);
|
||||
@@ -114,9 +115,10 @@ public:
|
||||
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);
|
||||
SpecMsgBox::CriticalClose(this, textError);
|
||||
}
|
||||
errorCode = code;
|
||||
emit signal_hasError(code);
|
||||
}
|
||||
|
||||
int hasError() const
|
||||
|
||||
Reference in New Issue
Block a user