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
@@ -3678,7 +3678,7 @@ bool mainWindowImpl::eventFilter(QObject *obj, QEvent *event)
{
QKeyEvent *keyEvent = static_cast<QKeyEvent*>(event);
if (obj == lineEdit_ChatInput && lineEdit_ChatInput->text() != "" && event->type() == QEvent::KeyPress && keyEvent->key() == Qt::Key_Tab)
if (/*obj == lineEdit_ChatInput && lineEdit_ChatInput->text() != "" && */event->type() == QEvent::KeyPress && keyEvent->key() == Qt::Key_Tab)
{
myChat->nickAutoCompletition();
return true;