mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -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
1 changed files with 1 additions and 1 deletions
|
@ -1207,7 +1207,7 @@ void MainWindow::showHelpDialog(const QString &topic)
|
||||||
void
|
void
|
||||||
MainWindow::retranslateUi()
|
MainWindow::retranslateUi()
|
||||||
{
|
{
|
||||||
retranslateUi();
|
//retranslateUi();
|
||||||
foreach (MainPage *page, ui->stackPages->pages()) {
|
foreach (MainPage *page, ui->stackPages->pages()) {
|
||||||
page->retranslateUi();
|
page->retranslateUi();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue