mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 21:18:06 +02:00
CR comments
This commit is contained in:
parent
a4619c8e59
commit
0a9398808f
1 changed files with 0 additions and 2 deletions
|
@ -318,8 +318,6 @@ bool OffscreenUi::eventFilter(QObject* originalDestination, QEvent* event) {
|
|||
case QEvent::KeyPress:
|
||||
case QEvent::KeyRelease: {
|
||||
event->ignore();
|
||||
//if (_quickWindow->activeFocusItem()) {
|
||||
// _quickWindow->sendEvent(_quickWindow->activeFocusItem(), event);
|
||||
if (QCoreApplication::sendEvent(_quickWindow, event)) {
|
||||
return event->isAccepted();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue