1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

Tile: count moves

This commit is contained in:
kyak
2011-01-16 00:15:43 +03:00
parent 0f9e96c3bf
commit cccd60c34a
4 changed files with 34 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
#include <QKeyEvent>
extern bool isRunning;
extern int Moves;
namespace Ui {
class Tile;
@@ -35,6 +36,7 @@ public slots:
void keyUp(QPushButton *button);
void keyDown(QPushButton *button);
bool isSolved();
void updateMoves();
protected:
void changeEvent(QEvent *e);