mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-15 16:33:15 -03:00
AchievementsWindow: Add missing override specifier
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
|
||||
private:
|
||||
void CreateMainLayout();
|
||||
void showEvent(QShowEvent* event);
|
||||
void showEvent(QShowEvent* event) override;
|
||||
void ConnectWidgets();
|
||||
|
||||
AchievementHeaderWidget* m_header_widget;
|
||||
|
||||
Reference in New Issue
Block a user