From 306eff0aaf77d94f70a91d2ba8c2fe0a1046df51 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 13 Aug 2025 13:45:54 -0400 Subject: Various code cleanup, fix issues with move box --- quacker/view.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'quacker/view.h') diff --git a/quacker/view.h b/quacker/view.h index ce72f82..c75cf1f 100644 --- a/quacker/view.h +++ b/quacker/view.h @@ -26,6 +26,7 @@ namespace Quackle { + class Game; class GamePosition; class History; class HistoryLocation; @@ -86,6 +87,9 @@ public slots: // supercede that from the position virtual void movesChanged(const Quackle::MoveList *moves); + // called whenever the game pointer changes + virtual void gameChanged(Quackle::Game *); + virtual void grabFocus(); protected: -- cgit v1.2.3