QString name;
QString currentLine;
QLabel* theLabel;
+ bool modifyable;
public:
Player(QWidget* parent);
void handleKey(QString);
bool hasName();
QString getName();
QString getCurrentLine();
+ int score;
+ void setWaiting(QString labeltext);
};
#endif // PLAYER_H