bugfix
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user