ralfs Fixes
[multypo.git] / qt / player.h
index 7b782839457f777f03543d7702965ae2a3db6443..c74413cd1831840162e0f9ceca6daeb13e96ba70 100644 (file)
@@ -13,7 +13,7 @@ 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();