players get points now which are shown per word
[multypo.git] / qt / player.h
index 4674255dabdf7fd9bfabe4d2b249761872e94b10..7b782839457f777f03543d7702965ae2a3db6443 100644 (file)
@@ -10,6 +10,7 @@ private:
        QString name;
        QString currentLine;
        QLabel* theLabel;
+       bool modifyable;
 public:
        Player(QWidget* parent);
        void handleKey(QString);
@@ -17,6 +18,8 @@ public:
        bool hasName();
        QString getName();
        QString getCurrentLine();
+       int score;
+       void setWaiting(QString labeltext);
 };
 
 #endif // PLAYER_H