mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 04:16:40 -05: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
|
||||
MainWindow::retranslateUi()
|
||||
{
|
||||
retranslateUi();
|
||||
//retranslateUi();
|
||||
foreach (MainPage *page, ui->stackPages->pages()) {
|
||||
page->retranslateUi();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue