GUI. fix. Обнуление диалогов при разлогинивании.

This commit is contained in:
2025-11-25 11:07:35 +03:00
parent f2d7557f19
commit 9a4a082ffc
3 changed files with 11 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ void MessangerController::deleteAllWidgets()
for(MessangerWidget* widget : listWidgets)
delete widget;
listWidgets.clear();
mapAlldialogsWithClients.clear();
}
void MessangerController::setUserLocalGUI_ID(int id)