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

committed by
Sefa Eyeoglu

parent
a2c85a8531
commit
dd5c4b6864
@ -600,6 +600,11 @@ ServersPage::~ServersPage()
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void ServersPage::retranslate()
|
||||
{
|
||||
ui->retranslateUi(this);
|
||||
}
|
||||
|
||||
void ServersPage::ShowContextMenu(const QPoint& pos)
|
||||
{
|
||||
auto menu = ui->toolBar->createContextMenu(this, tr("Context menu"));
|
||||
|
Reference in New Issue
Block a user