summaryrefslogtreecommitdiff
path: root/quacker/view.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-13 13:45:54 -0400
committerpommicket <pommicket@gmail.com>2025-08-13 13:45:54 -0400
commit306eff0aaf77d94f70a91d2ba8c2fe0a1046df51 (patch)
treecc8312c07994d25d9737c21c7fd22063646c46cc /quacker/view.h
parente43c01bd11560561daa771463c57442c3b8a761d (diff)
Various code cleanup, fix issues with move box
Diffstat (limited to 'quacker/view.h')
-rw-r--r--quacker/view.h4
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: