diff options
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; |