mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Silence warnings in misc files (gui, psp2, mfc, mouse)
This commit is contained in:
parent
3a9ae2df9e
commit
c424652b43
4 changed files with 17 additions and 3 deletions
|
|
@ -55,6 +55,8 @@ bool basic_mouse_handler::eventFilter(QObject* target, QEvent* ev)
|
|||
case QEvent::Wheel:
|
||||
MouseScroll(static_cast<QWheelEvent*>(ev));
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue