forked from len0rd/rockbox
rbutil: Fix various issues found by clazy.
Change-Id: I91ca2baed34f0f3b561602f95f66bbd4e17e74ab
This commit is contained in:
parent
0768705545
commit
01e245417e
9 changed files with 15 additions and 19 deletions
|
@ -190,7 +190,7 @@ QString System::osVersionString(void)
|
|||
if(ret != -1) {
|
||||
result = QString("CPU: %1, %2 processor(s)").arg(u.machine).arg(cores);
|
||||
result += QString("<br/>System: %2<br/>Release: %3<br/>Version: %4")
|
||||
.arg(u.sysname).arg(u.release).arg(u.version);
|
||||
.arg(u.sysname, u.release, u.version);
|
||||
}
|
||||
else {
|
||||
result = QString("(Error when retrieving system information)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue