App: Retranslate all pages when the language is changed
This commit is contained in:

committed by
Sefa Eyeoglu

parent
a2c85a8531
commit
dd5c4b6864
@ -74,6 +74,11 @@ bool VanillaPage::shouldDisplay() const
|
||||
return true;
|
||||
}
|
||||
|
||||
void VanillaPage::retranslate()
|
||||
{
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
|
||||
BaseVersionPtr VanillaPage::selectedVersion() const
|
||||
{
|
||||
return m_selectedVersion;
|
||||
|
Reference in New Issue
Block a user