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/view.h | |
parent | e43c01bd11560561daa771463c57442c3b8a761d (diff) |
Various code cleanup, fix issues with move box
Diffstat (limited to 'quacker/view.h')
-rw-r--r-- | quacker/view.h | 4 |
1 files changed, 4 insertions, 0 deletions
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: |