mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 21:37:59 -05: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