mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Hopefully fixed clang-format errors.
This commit is contained in:
parent
99fd9c68a0
commit
5bc9211c90
@ -3061,11 +3061,9 @@ void GMainWindow::UpdateWindowTitle() {
|
||||
if (game_title_long.isEmpty()) {
|
||||
setWindowTitle(QStringLiteral("Lime %1").arg(full_name));
|
||||
} else {
|
||||
setWindowTitle(QStringLiteral("Lime %1 | %2")
|
||||
.arg(full_name, game_title_long));
|
||||
render_window->setWindowTitle(
|
||||
QStringLiteral("Lime %1 | %2 | %3")
|
||||
.arg(full_name, game_title_long, tr("Primary Window")));
|
||||
setWindowTitle(QStringLiteral("Lime %1 | %2").arg(full_name, game_title_long));
|
||||
render_window->setWindowTitle(QStringLiteral("Lime %1 | %2 | %3")
|
||||
.arg(full_name, game_title_long, tr("Primary Window")));
|
||||
secondary_window->setWindowTitle(
|
||||
QStringLiteral("Lime %1 | %2 | %3")
|
||||
.arg(full_name, game_title_long, tr("Secondary Window")));
|
||||
|
Loading…
Reference in New Issue
Block a user