adds ingame-chat nick-highlighting

This commit is contained in:
doitux
2007-10-14 22:05:00 +00:00
parent f2fc2d301c
commit 3138cd22e7
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
using namespace std;
ChatTools::ChatTools(QLineEdit* l, ConfigFile *c, QTreeWidget *t, QTextBrowser *b, int notifyMode) : nickAutoCompletitionCounter(0), myLineEdit(l), myNickTreeWidget(t), myNickStringList(NULL), myTextBrowser(b), myNotifyMode(notifyMode), myConfig(c)
ChatTools::ChatTools(QLineEdit* l, ConfigFile *c, int notifyMode, QTextBrowser *b, QTreeWidget *t) : nickAutoCompletitionCounter(0), myLineEdit(l), myNickTreeWidget(t), myNickStringList(NULL), myTextBrowser(b), myNotifyMode(notifyMode), myConfig(c)
{
}