mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 18:22:24 -07:00
configure_filesystem: Add missing changeEvent() override
This allows the dialog to be retranslated during runtime if the language is changed.
This commit is contained in:
@@ -23,6 +23,8 @@ public:
|
||||
void ApplyConfiguration();
|
||||
|
||||
private:
|
||||
void changeEvent(QEvent* event) override;
|
||||
|
||||
void RetranslateUI();
|
||||
void SetConfiguration();
|
||||
|
||||
|
Reference in New Issue
Block a user