projects
/
multypo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
works now, only game over screen missing
[multypo.git]
/
qt
/
player.h
diff --git
a/qt/player.h
b/qt/player.h
index 4674255dabdf7fd9bfabe4d2b249761872e94b10..7b782839457f777f03543d7702965ae2a3db6443 100644
(file)
--- a/
qt/player.h
+++ b/
qt/player.h
@@
-10,6
+10,7
@@
private:
QString name;
QString currentLine;
QLabel* theLabel;
QString name;
QString currentLine;
QLabel* theLabel;
+ bool modifyable;
public:
Player(QWidget* parent);
void handleKey(QString);
public:
Player(QWidget* parent);
void handleKey(QString);
@@
-17,6
+18,8
@@
public:
bool hasName();
QString getName();
QString getCurrentLine();
bool hasName();
QString getName();
QString getCurrentLine();
+ int score;
+ void setWaiting(QString labeltext);
};
#endif // PLAYER_H
};
#endif // PLAYER_H