diff options
author | pommicket <pommicket@gmail.com> | 2025-08-15 20:53:13 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-15 20:53:13 -0400 |
commit | bf75ca2b4ee5c00d53f7807d9feee23af281c9f6 (patch) | |
tree | b8f6ac83da7c14ec2b5e625014e7709c48d9de92 /quacker/quacker.h | |
parent | 0c53cb08d8032687887802f1352c6409326e5d6a (diff) |
Solving, but something's broken
Diffstat (limited to 'quacker/quacker.h')
-rw-r--r-- | quacker/quacker.h | 3 |
1 files changed, 2 insertions, 1 deletions
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(); |