mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-11 17:29:09 +01:00
Fix clang format error for coding style.
This commit is contained in:
parent
5800d9c48e
commit
723e352df4
@ -3057,11 +3057,11 @@ void GMainWindow::UpdateWindowTitle() {
|
||||
if (game_title.isEmpty()) {
|
||||
setWindowTitle(QStringLiteral("Lime %1").arg(full_name));
|
||||
} else {
|
||||
setWindowTitle(QStringLiteral("Lime %1 | %2").arg(full_name, game_title));
|
||||
render_window->setWindowTitle(
|
||||
setWindowTitle(QStringLiteral("Lime %1 | %2").arg(full_name, game_title));
|
||||
render_window->setWindowTitle(
|
||||
QStringLiteral("Lime %1 | %2 | %3").arg(full_name, game_title, tr("Primary Window")));
|
||||
secondary_window->setWindowTitle(QStringLiteral("Lime %1 | %2 | %3")
|
||||
.arg(full_name, game_title, tr("Secondary Window")));
|
||||
secondary_window->setWindowTitle(
|
||||
QStringLiteral("Lime %1 | %2 | %3").arg(full_name, game_title, tr("Secondary Window")));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user