mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 08:52:36 +00:00
fix eventFilter return
This commit is contained in:
parent
13e23ef1dd
commit
547ad40c8b
@ -1040,6 +1040,6 @@ bool MainWindow::eventFilter(QObject* obj, QEvent* event) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return QMainWindow::eventFilter(obj, event);
|
||||
}
|
||||
return QMainWindow::eventFilter(obj, event);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user