mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-03-14 01:32:25 +01:00
Fixed formatting
This commit is contained in:
parent
4694e3c79a
commit
cb9406f6a3
@ -287,8 +287,7 @@ GMainWindow::GMainWindow(Core::System& system_)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (args[i] == QStringLiteral("--version") || args[i] == QStringLiteral("-v")) {
|
if (args[i] == QStringLiteral("--version") || args[i] == QStringLiteral("-v")) {
|
||||||
const std::string version_string =
|
const std::string version_string = std::string("Azahar ") + Common::g_build_fullname;
|
||||||
std::string("Azahar ") + Common::g_build_fullname;
|
|
||||||
ShowCommandOutput("Version", version_string);
|
ShowCommandOutput("Version", version_string);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user