This commit is contained in:
doitux
2007-10-09 08:46:28 +00:00
parent 8470faeb59
commit 1c371c3d4c
3 changed files with 8 additions and 7 deletions
@@ -24,9 +24,9 @@ MyChatInputLineEdit::~MyChatInputLineEdit()
{
}
void MyChatInputLineEdit::keyPressEvent( QKeyEvent * event ) {
if (event->key() == Qt::Key_Tab && this->hasSelectedText()) { }
QLineEdit::keyPressEvent(event);
}
// void MyChatInputLineEdit::keyPressEvent( QKeyEvent * event ) {
//
// if (event->key() == Qt::Key_Tab && this->hasSelectedText()) { }
//
// QLineEdit::keyPressEvent(event);
// }