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
@@ -569,6 +569,7 @@ void gameLobbyDialogImpl::keyPressEvent ( QKeyEvent * event ) {
bool gameLobbyDialogImpl::event ( QEvent * event ) {
QDialog::event(event);
}
void gameLobbyDialogImpl::hideShowGameDescription(bool show) {
@@ -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);
// }
@@ -26,7 +26,7 @@ public:
public slots:
void keyPressEvent( QKeyEvent * event );
// void keyPressEvent( QKeyEvent * event );
private: