X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/e8b07da1c5251e412f80fdeb94fb327b641fc956..e6207dc52430a9fcbfd7df03f46c2876fc05154b:/qt/player.h diff --git a/qt/player.h b/qt/player.h index 4674255..7b78283 100644 --- a/qt/player.h +++ b/qt/player.h @@ -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