forked from len0rd/rockbox
Move some helper functions out of Autodetection.
Those functions are rather general, so put them into the Utils class instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30146 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b7fe90aa36
commit
9c9bc1216c
8 changed files with 231 additions and 241 deletions
|
|
@ -61,7 +61,7 @@ QString Sysinfo::getInfo()
|
|||
info += "<hr/>";
|
||||
|
||||
info += "<b>" + tr("Filesystem") + "</b><br/>";
|
||||
QStringList drives = Autodetection::mountpoints();
|
||||
QStringList drives = Utils::mountpoints();
|
||||
for(int i = 0; i < drives.size(); i++) {
|
||||
info += tr("%1, %4 %2 GiB of %3 GiB available")
|
||||
.arg(QDir::toNativeSeparators(drives.at(i)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue