mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
bugfix: add behaviour on empty build and shared data
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
~ServerLMSWidget();
|
||||
|
||||
void autorizationHandler(QString login);
|
||||
void setError(int code);
|
||||
|
||||
|
||||
protected:
|
||||
@@ -81,6 +82,10 @@ public:
|
||||
{
|
||||
stateBlockAutorization = unblocked;
|
||||
}
|
||||
int hasError() const
|
||||
{
|
||||
return errorCode;
|
||||
}
|
||||
EStateBlockAutorization getStateBlockAutorization() const
|
||||
{
|
||||
return stateBlockAutorization;
|
||||
@@ -128,6 +133,7 @@ private:
|
||||
bool first = true; // для тестов Unity
|
||||
|
||||
QTranslator qtLanguageTranslator;
|
||||
int errorCode;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user