mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 23:45:09 -04:00
Fix base-class-event issue; return QDialog::eventFilter()
This commit is contained in:
@@ -197,7 +197,7 @@ bool KeyBindingEditor::eventFilter(QObject *watched, QEvent *event)
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return QDialog::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
void KeyBindingEditor::setDescription(const QString &description)
|
||||
|
||||
Reference in New Issue
Block a user