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.
This commit is contained in:
Jamie Mansfield
2022-02-22 17:40:50 +00:00
committed by Sefa Eyeoglu
parent de4d757650
commit a2c85a8531
2 changed files with 17 additions and 0 deletions

View File

@ -66,8 +66,11 @@ public:
m_container = container;
};
void changeEvent(QEvent*) override;
private:
void createUI();
void retranslate();
public slots:
void help();