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

@ -83,6 +83,8 @@ signals:
void noInstalledContainers();
void profileCleared(const QJsonObject &config);
private:
void installServer(const DockerContainer container, const QMap<DockerContainer, QJsonObject> &installedContainers,
const ServerCredentials &serverCredentials, const QSharedPointer<ServerController> &serverController,