Qt: Warning fix

This commit is contained in:
Stenzek 2024-01-21 15:42:03 +10:00 committed by Connor McLaughlin
parent 39b4fd47c7
commit e50e651078
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ private Q_SLOTS:
protected:
void closeEvent(QCloseEvent*) override;
void wheelEvent(QWheelEvent* event);
void wheelEvent(QWheelEvent* event) override;
private:
enum : u32