Delete all spots if cluster disabled

knobtest
Phil Taylor 2022-09-30 19:06:17 +01:00
rodzic 2d58ea2afb
commit 9db695cc63
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -76,6 +76,7 @@ void dxClusterClient::enableTcp(bool enable)
tcpSocket->disconnect();
delete tcpSocket;
tcpSocket = Q_NULLPTR;
emit deleteOldSpots(0);
}
}
}