mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Remove some warnings from Linux and fixed something from code review.
This commit is contained in:
parent
3f206981d9
commit
54d2e8bfdd
5 changed files with 13 additions and 12 deletions
|
|
@ -21,7 +21,7 @@ public:
|
|||
void MouseScroll(QWheelEvent* event);
|
||||
void MouseMove(QMouseEvent* event);
|
||||
|
||||
bool eventFilter(QObject* obj, QEvent* ev);
|
||||
bool eventFilter(QObject* obj, QEvent* ev) override;
|
||||
private:
|
||||
QWindow* m_target = nullptr;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue