mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12: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