diff options
author | pommicket <pommicket@gmail.com> | 2025-08-13 13:45:54 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-13 13:45:54 -0400 |
commit | 306eff0aaf77d94f70a91d2ba8c2fe0a1046df51 (patch) | |
tree | cc8312c07994d25d9737c21c7fd22063646c46cc /quacker/macondobackend.h | |
parent | e43c01bd11560561daa771463c57442c3b8a761d (diff) |
Various code cleanup, fix issues with move box
Diffstat (limited to 'quacker/macondobackend.h')
-rw-r--r-- | quacker/macondobackend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/macondobackend.h b/quacker/macondobackend.h index 9d327d2..6e5b8af 100644 --- a/quacker/macondobackend.h +++ b/quacker/macondobackend.h @@ -32,7 +32,7 @@ public: // stop current Macondo analysis void stop(); signals: - void gotSimMoves(const Quackle::MoveList *moves); + void gotSimMoves(const Quackle::MoveList &moves); private slots: void processStarted(); void processFinished(int, QProcess::ExitStatus); |