mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-08 16:19:03 +00: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