mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix Clang warnings: Infinite recursion
warning: all paths through this function will call itself [-Winfinite- recursion] { ^
This commit is contained in:
parent
e0225efef3
commit
13c8f7d342
@ -1207,7 +1207,7 @@ void MainWindow::showHelpDialog(const QString &topic)
|
||||
void
|
||||
MainWindow::retranslateUi()
|
||||
{
|
||||
retranslateUi();
|
||||
//retranslateUi();
|
||||
foreach (MainPage *page, ui->stackPages->pages()) {
|
||||
page->retranslateUi();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user