mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: add new states
This commit is contained in:
@@ -19,14 +19,29 @@ void PostProcessorSystem::initialize(DataParserOutput *dataParserOutput,
|
||||
|
||||
}
|
||||
|
||||
void PostProcessorSystem::userArchived()
|
||||
{
|
||||
emit sigShowError(ErrorsEnum::ARCHIVED);
|
||||
}
|
||||
|
||||
void PostProcessorSystem::wrongLoginOrPass()
|
||||
{
|
||||
emit sigShowError(ErrorsEnum::LOGIN_OR_PASS);
|
||||
}
|
||||
|
||||
void PostProcessorSystem::alreadyLogin()
|
||||
{
|
||||
emit sigShowError(ErrorsEnum::ALREADYLOGIN);
|
||||
}
|
||||
|
||||
void PostProcessorSystem::socketDisable()
|
||||
{
|
||||
emit sigSocketDisabled();
|
||||
emit sigShowError(ErrorsEnum::DISABLE);
|
||||
}
|
||||
|
||||
void PostProcessorSystem::serverBlocked()
|
||||
{
|
||||
emit sigServerBlocked();
|
||||
emit sigShowError(ErrorsEnum::BLOCKED);
|
||||
}
|
||||
|
||||
void PostProcessorSystem::startCompare()
|
||||
|
||||
Reference in New Issue
Block a user