Skip to content

Commit

Permalink
Qt: Warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jan 21, 2024
1 parent 39b4fd4 commit e50e651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2-qt/Settings/SettingsWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private Q_SLOTS:

protected:
void closeEvent(QCloseEvent*) override;
void wheelEvent(QWheelEvent* event);
void wheelEvent(QWheelEvent* event) override;

private:
enum : u32
Expand Down

0 comments on commit e50e651

Please sign in to comment.