mirror of https://github.com/PCSX2/pcsx2.git
Qt: Warning fix
This commit is contained in:
parent
39b4fd47c7
commit
e50e651078
|
@ -105,7 +105,7 @@ private Q_SLOTS:
|
|||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent*) override;
|
||||
void wheelEvent(QWheelEvent* event);
|
||||
void wheelEvent(QWheelEvent* event) override;
|
||||
|
||||
private:
|
||||
enum : u32
|
||||
|
|
Loading…
Reference in New Issue