projects
/
multypo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix score
[multypo.git]
/
qt
/
multypo.h
diff --git
a/qt/multypo.h
b/qt/multypo.h
index 3117c9f1b0fa5b08de4e42e6e8988322a91ba6a3..66728a6d8264352068f53bb381ed595afed3ba4c 100644
(file)
--- a/
qt/multypo.h
+++ b/
qt/multypo.h
@@
-28,6
+28,7
@@
private:
void nextWord();
bool allPlayersWaiting();
int typingPlayers();
void nextWord();
bool allPlayersWaiting();
int typingPlayers();
+ void setLabel(QString text, QString color);
State state; // naming iff (no players or any player is naming)
QString currentWord; // defined iff state == Playing
State state; // naming iff (no players or any player is naming)
QString currentWord; // defined iff state == Playing