more stuff from the schönen künste
[multypo.git] / qt / player.h
index 7b782839457f777f03543d7702965ae2a3db6443..0facdd5478ded4f3f0de4bbcecc46afa5a1d051a 100644 (file)
@@ -13,13 +13,14 @@ private:
        bool modifyable;
 public:
        Player(QWidget* parent);
-       void handleKey(QString);
+       bool handleKey(QString); /* returns whether a char was added */
        void resetText();
        bool hasName();
        QString getName();
        QString getCurrentLine();
-       int score;
        void setWaiting(QString labeltext);
+
+       int score;
 };
 
 #endif // PLAYER_H