aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/global/ProxyPage.cpp
diff options
context:
space:
mode:
authorJamie Mansfield <jmansfield@cadixdev.org>2022-02-22 18:23:53 +0000
committerSefa Eyeoglu <contact@scrumplex.net>2022-03-20 20:48:12 +0100
commitdd5c4b6864397184152d8e7183cb7c97ae4e65db (patch)
tree632999259de4d82d31c9dace268cc05c2197f3d2 /launcher/ui/pages/global/ProxyPage.cpp
parenta2c85a8531208194c992590fe4d89b853b057da2 (diff)
downloadPrismLauncher-dd5c4b6864397184152d8e7183cb7c97ae4e65db.tar.gz
PrismLauncher-dd5c4b6864397184152d8e7183cb7c97ae4e65db.tar.bz2
PrismLauncher-dd5c4b6864397184152d8e7183cb7c97ae4e65db.zip
App: Retranslate all pages when the language is changed
Diffstat (limited to 'launcher/ui/pages/global/ProxyPage.cpp')
-rw-r--r--launcher/ui/pages/global/ProxyPage.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/ui/pages/global/ProxyPage.cpp b/launcher/ui/pages/global/ProxyPage.cpp
index 5bc8199e..77270399 100644
--- a/launcher/ui/pages/global/ProxyPage.cpp
+++ b/launcher/ui/pages/global/ProxyPage.cpp
@@ -104,3 +104,8 @@ void ProxyPage::loadSettings()
ui->proxyUserEdit->setText(s->get("ProxyUser").toString());
ui->proxyPassEdit->setText(s->get("ProxyPass").toString());
}
+
+void ProxyPage::retranslate()
+{
+ ui->retranslateUi(this);
+}