From bf75ca2b4ee5c00d53f7807d9feee23af281c9f6 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 15 Aug 2025 20:53:13 -0400 Subject: Solving, but something's broken --- quacker/quacker.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'quacker/quacker.h') diff --git a/quacker/quacker.h b/quacker/quacker.h index 399deee..9570890 100644 --- a/quacker/quacker.h +++ b/quacker/quacker.h @@ -116,7 +116,8 @@ public slots: void htmlReport(); void graphicalReport(); void commitTopChoice(); - void simulate(bool startSimulation); + void simulate(bool startSimulation = true); + inline void stopSimulation() { simulate(false); } void simulateToggled(bool startSimulation); void clearSimulationResults(); -- cgit v1.2.3