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:

committed by
Sefa Eyeoglu

parent
de4d757650
commit
a2c85a8531
@ -66,8 +66,11 @@ public:
|
||||
m_container = container;
|
||||
};
|
||||
|
||||
void changeEvent(QEvent*) override;
|
||||
|
||||
private:
|
||||
void createUI();
|
||||
void retranslate();
|
||||
|
||||
public slots:
|
||||
void help();
|
||||
|
Reference in New Issue
Block a user