aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/widgets/PageContainer.h
diff options
context:
space:
mode:
authorJamie Mansfield <jmansfield@cadixdev.org>2022-02-22 17:40:50 +0000
committerSefa Eyeoglu <contact@scrumplex.net>2022-03-20 20:02:21 +0100
commita2c85a8531208194c992590fe4d89b853b057da2 (patch)
tree223ec4544c3cf0d82fbb3d2f8e9efd04415fd29b /launcher/ui/widgets/PageContainer.h
parentde4d75765010426e944cafb4002b2c250f7b7839 (diff)
downloadPrismLauncher-a2c85a8531208194c992590fe4d89b853b057da2.tar.gz
PrismLauncher-a2c85a8531208194c992590fe4d89b853b057da2.tar.bz2
PrismLauncher-a2c85a8531208194c992590fe4d89b853b057da2.zip
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.
Diffstat (limited to 'launcher/ui/widgets/PageContainer.h')
-rw-r--r--launcher/ui/widgets/PageContainer.h3
1 files changed, 3 insertions, 0 deletions
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();