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

Tile: check if the puzzle is solved

This commit is contained in:
kyak
2011-01-14 19:24:57 +03:00
parent bd53759d02
commit ca4ebe424a
3 changed files with 61 additions and 26 deletions

View File

@@ -8,6 +8,8 @@
#include <QMessageBox>
#include <QKeyEvent>
extern bool isRunning;
namespace Ui {
class Tile;
}
@@ -32,6 +34,7 @@ public slots:
bool eventFilter(QObject *obj, QEvent *event);
void keyUp(QPushButton *button);
void keyDown(QPushButton *button);
bool isSolved();
protected:
void changeEvent(QEvent *e);