mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-03 23:43:06 +00:00
AchievementsWindow: Add missing override specifier
This commit is contained in:
parent
dbf28df64c
commit
3c7fa0738c
@ -24,7 +24,7 @@ public:
|
||||
|
||||
private:
|
||||
void CreateMainLayout();
|
||||
void showEvent(QShowEvent* event);
|
||||
void showEvent(QShowEvent* event) override;
|
||||
void ConnectWidgets();
|
||||
|
||||
AchievementHeaderWidget* m_header_widget;
|
||||
|
Loading…
Reference in New Issue
Block a user