summaryrefslogtreecommitdiff
path: root/src/common/misc.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-09 10:44:29 -0400
committerLioncash <mathew1800@gmail.com>2019-04-09 10:49:38 -0400
commitb73e433dff282a9e2f7636d34ab298a2eb749274 (patch)
tree1cf7354509310e5afc9711f8b5aee60e14e6b838 /src/common/misc.cpp
parentf14328bf0a420dd4e9b4500023a9ae2493eaab08 (diff)
yuzu/loading_screen: Resolve runtime Qt string formatting warnings
In our error console, when loading a game, the strings: QString::arg: Argument missing: "Loading...", 0 QString::arg: Argument missing: "Launching...", 0 would occasionally pop up when the loading screen was running. This was due to the strings being assumed to have formatting indicators in them, however only two out of the four strings actually have them. This only applies the arguments to the strings that have formatting specifiers provided, which avoids these warnings from occurring.
Diffstat (limited to 'src/common/misc.cpp')
0 files changed, 0 insertions, 0 deletions