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