--- a/QTfrontend/ui/widget/chatwidget.h Sat Oct 22 08:51:02 2011 +0200
+++ b/QTfrontend/ui/widget/chatwidget.h Sat Oct 22 10:52:07 2011 +0200
@@ -76,7 +76,7 @@
void saveList(QStringList & list, const QString & file);
void updateNickItem(QListWidgetItem *item);
void updateNickItems();
- void addLine(const QString & cssClass, QString line);
+ void addLine(const QString & cssClass, QString line, bool isHighlight = false);
static const QRegExp URLREGEXP;
public slots:
@@ -110,7 +110,9 @@
QAction * acIgnore;
QAction * acFriend;
QSettings * gameSettings;
- QString helloSound;
+ QString m_helloSound;
+ QString m_hilightSound;
+ QString m_userNick;
bool notify;
bool showReady;