refactored the issue with signal connect in corecontroller

This commit is contained in:
Mitternacht822 2025-07-03 21:06:36 +04:00
parent 254e23be48
commit 071bebfc11
6 changed files with 7 additions and 24 deletions

View file

@ -669,6 +669,8 @@ void InstallController::clearCachedProfile(QSharedPointer<ServerController> serv
m_clientManagementModel->revokeClient(containerConfig, container, serverCredentials, serverIndex, serverController);
emit cachedProfileCleared(tr("%1 cached profile cleared").arg(ContainerProps::containerHumanNames().value(container)));
QJsonObject updatedConfig = m_settings->containerConfig(serverIndex, container);
emit profileCleared(updatedConfig);
}
QRegularExpression InstallController::ipAddressPortRegExp()