summaryrefslogtreecommitdiff
path: root/quacker/macondo.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-18 11:25:22 -0400
committerpommicket <pommicket@gmail.com>2025-08-18 11:25:22 -0400
commit831b26ed75321093ffd0c844f6a951d1ae5918c6 (patch)
treedcbc9ff98f716a1c0baf9712a2554f9f28f395dd /quacker/macondo.h
parent0652c48658802259959ea636111f10e5ca5ad7d9 (diff)
Stop process when solve returns moves
Diffstat (limited to 'quacker/macondo.h')
-rw-r--r--quacker/macondo.h1
1 files changed, 1 insertions, 0 deletions
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();