mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
rbutil: Fix some more issues found by clazy.
Change-Id: I0a1a849ecea4b4666b08ccb050eb17918e90a258
This commit is contained in:
parent
7dffbd84af
commit
f53f1fbafa
10 changed files with 23 additions and 40 deletions
|
|
@ -72,8 +72,7 @@ QString Sysinfo::getInfo(Sysinfo::InfoType type)
|
|||
.arg(QDir::toNativeSeparators(drives.at(i)))
|
||||
.arg((double)Utils::filesystemFree(drives.at(i)) / (1<<30), 0, 'f', 2)
|
||||
.arg((double)Utils::filesystemTotal(drives.at(i)) / (1<<30), 0, 'f', 2)
|
||||
.arg(Utils::filesystemName(drives.at(i)))
|
||||
.arg(Utils::filesystemType(drives.at(i)));
|
||||
.arg(Utils::filesystemName(drives.at(i)), Utils::filesystemType(drives.at(i)));
|
||||
}
|
||||
info += "</table>";
|
||||
info += "<hr/>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue