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