Fix clang format error for coding style.

This commit is contained in:
Riley Hawksworth 2024-03-27 20:10:33 +00:00
parent 5800d9c48e
commit 723e352df4

View File

@ -3060,8 +3060,8 @@ void GMainWindow::UpdateWindowTitle() {
setWindowTitle(QStringLiteral("Lime %1 | %2").arg(full_name, game_title)); setWindowTitle(QStringLiteral("Lime %1 | %2").arg(full_name, game_title));
render_window->setWindowTitle( render_window->setWindowTitle(
QStringLiteral("Lime %1 | %2 | %3").arg(full_name, game_title, tr("Primary Window"))); QStringLiteral("Lime %1 | %2 | %3").arg(full_name, game_title, tr("Primary Window")));
secondary_window->setWindowTitle(QStringLiteral("Lime %1 | %2 | %3") secondary_window->setWindowTitle(
.arg(full_name, game_title, tr("Secondary Window"))); QStringLiteral("Lime %1 | %2 | %3").arg(full_name, game_title, tr("Secondary Window")));
} }
} }