X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fpuzzleitem.h;h=b1abf8b856dc48c9ddc371e2ea1388d3b4273b5d;hb=3d0c7311ebed17f81381b264e767374a9e5d0ab4;hp=3e8297e8a35a635ed65b854c71057a26242521a8;hpb=840d9cd16b3959f56aa0cac05d983f5747600193;p=impuzzle diff --git a/src/puzzleitem.h b/src/puzzleitem.h index 3e8297e..b1abf8b 100644 --- a/src/puzzleitem.h +++ b/src/puzzleitem.h @@ -39,6 +39,7 @@ public: void setMovable(bool canMove); void moveMeTo(const QPointF &location); static int moveCount(); + static void setMoveCount(const int count); static void resetMoveCount(); void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget); void setPieceNumber(const int pieceNumber);