nick highlighting also works now for nicks with whitespace

This commit is contained in:
doitux
2007-12-12 22:01:40 +00:00
parent 1a99169556
commit d61027b265
3 changed files with 16 additions and 4 deletions
+4
View File
@@ -53,8 +53,11 @@ public slots:
void setChatTextEdited();
void setPlayerNicksList(QStringList value) { myNickStringList = value; }
void setMyNick ( const QString& theValue ) { myNick = theValue; }
private:
QStringList chatLinesHistory;
QString lastChatString;
QStringList lastMatchStringList;
@@ -68,6 +71,7 @@ private:
int myNotifyMode; // 0 == no notification, 1 == bold notification, 2 == yellow notification
ConfigFile *myConfig;
QString myNick;
};
#endif