mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Qt: remove Q_OBJECT for mouse/kb handlers
Had to move QObject in parent list for g_fxo changes.
This commit is contained in:
parent
4f85f151fd
commit
a6a92f7b6b
2 changed files with 4 additions and 4 deletions
|
|
@ -7,9 +7,9 @@
|
|||
#include <QMouseEvent>
|
||||
#include <QWheelEvent>
|
||||
|
||||
class basic_mouse_handler final : public QObject, public MouseHandlerBase
|
||||
class basic_mouse_handler final : public MouseHandlerBase, public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
//Q_OBJECT
|
||||
public:
|
||||
virtual void Init(const u32 max_connect) override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue