mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 15:08:00 -05:00
qt: Add missing override specifiers where applicable
This commit is contained in:
@ -43,7 +43,7 @@ public:
|
||||
void filterBarSetChecked(bool state);
|
||||
void UpdateUITheme();
|
||||
GMainWindow();
|
||||
~GMainWindow();
|
||||
~GMainWindow() override;
|
||||
|
||||
signals:
|
||||
|
||||
|
Reference in New Issue
Block a user