From a2c85a8531208194c992590fe4d89b853b057da2 Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Tue, 22 Feb 2022 17:40:50 +0000 Subject: App: Retranslate page header titles This fixes a bug that is only practically effects the title of the language page not updating the header when changing the language. --- launcher/ui/widgets/PageContainer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'launcher/ui/widgets/PageContainer.h') diff --git a/launcher/ui/widgets/PageContainer.h b/launcher/ui/widgets/PageContainer.h index 8d2172db..b5d0e3c1 100644 --- a/launcher/ui/widgets/PageContainer.h +++ b/launcher/ui/widgets/PageContainer.h @@ -66,8 +66,11 @@ public: m_container = container; }; + void changeEvent(QEvent*) override; + private: void createUI(); + void retranslate(); public slots: void help(); -- cgit