add netLeaveTableWhenGameFinish config dialog option for ticket #2,

string changes, better recognizable (pm) support in chat
This commit is contained in:
doitux
2011-10-19 20:49:34 +00:00
parent ec721b9ea5
commit b43909d742
5 changed files with 201 additions and 187 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public:
public slots:
void sendMessage();
void receiveMessage(QString playerName, QString message);
void receiveMessage(QString playerName, QString message, bool pm=false);
void privateMessage(QString playerName, QString message);
void clearChat();
void checkInputLength(QString string);