diff options
author | pommicket <pommicket@gmail.com> | 2025-08-21 21:09:22 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-21 21:16:06 -0400 |
commit | a807b7349c0366ea105098c36b42af9dba2e4909 (patch) | |
tree | 02aae9273270144ea9dfaccd31a4bb484fd6d8fc /quacker/macondo.h | |
parent | a71b0ecc36665c8d28d19e0c0e06f70713b816ab (diff) |
Macondo executable "Choose File..." option
Diffstat (limited to 'quacker/macondo.h')
-rw-r--r-- | quacker/macondo.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/quacker/macondo.h b/quacker/macondo.h index 406cc31..258ea55 100644 --- a/quacker/macondo.h +++ b/quacker/macondo.h @@ -41,9 +41,12 @@ public slots: void positionChanged(const Quackle::GamePosition *position) override; private slots: void gotMoves(const Quackle::MoveList &moves); - void newExecPath(); + void execPathChanged(); + void chooseExecPath(); private: + void setExecPath(const std::string &); void connectBackendSignals(); + bool checkExecPath(); void updateSolveButton(); QCheckBox *m_useMacondo; QCheckBox *m_generatedMovesOnly; |