From 831b26ed75321093ffd0c844f6a951d1ae5918c6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 18 Aug 2025 11:25:22 -0400 Subject: Stop process when solve returns moves --- quacker/macondo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'quacker/macondo.h') diff --git a/quacker/macondo.h b/quacker/macondo.h index a95a5a7..ede3487 100644 --- a/quacker/macondo.h +++ b/quacker/macondo.h @@ -28,6 +28,7 @@ public: return any; } bool isRunning() const; + bool isSolving() const { return m_isSolving; } signals: void runningSolver(); void stoppedSolver(); -- cgit v1.2.3