From 9db695cc6302eabdbb719426916d138f693509a5 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Fri, 30 Sep 2022 19:06:17 +0100 Subject: [PATCH] Delete all spots if cluster disabled --- cluster.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster.cpp b/cluster.cpp index 01c2f07..04cbd71 100644 --- a/cluster.cpp +++ b/cluster.cpp @@ -76,6 +76,7 @@ void dxClusterClient::enableTcp(bool enable) tcpSocket->disconnect(); delete tcpSocket; tcpSocket = Q_NULLPTR; + emit deleteOldSpots(0); } } }