X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/036922ba5e90ae7f6f6abe3f99b1783dec5132fc..e8b07da1c5251e412f80fdeb94fb327b641fc956:/qt/player.h diff --git a/qt/player.h b/qt/player.h index f725069..4674255 100644 --- a/qt/player.h +++ b/qt/player.h @@ -13,6 +13,10 @@ private: public: Player(QWidget* parent); void handleKey(QString); + void resetText(); + bool hasName(); + QString getName(); + QString getCurrentLine(); }; #endif // PLAYER_H