GCC warnings.
This commit is contained in:
parent
46225d641d
commit
b9fb53c21a
|
@ -3209,7 +3209,7 @@ void MainWindow::on_actionCreateManualLayout_triggered()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
qCCritical(vMainWindow) << tr("Unable to prepare raw layout data.");
|
qCCritical(vMainWindow, "%s", qUtf8Printable(tr("Unable to prepare raw layout data.")));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3287,7 +3287,7 @@ void MainWindow::on_actionUpdateManualLayout_triggered()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
qCCritical(vMainWindow) << tr("Unable to prepare raw layout data.");
|
qCCritical(vMainWindow, "%s", qUtf8Printable(tr("Unable to prepare raw layout data.")));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user