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