mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
AchievementsWindow: Add missing override specifier
This commit is contained in:
parent
dbf28df64c
commit
3c7fa0738c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue