mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
API Changes, logicalSectorSize -> logicalSize, totalSectors -> totalLogical.
This commit is contained in:
parent
b76e5a027f
commit
aa10fe982a
6 changed files with 15 additions and 15 deletions
|
@ -47,7 +47,7 @@ QStringList
|
|||
buildUnknownDisklabelTexts( Device* dev )
|
||||
{
|
||||
QStringList texts = { QObject::tr( "Unpartitioned space or unknown partition table" ),
|
||||
KFormat().formatByteSize( dev->totalSectors() * dev->logicalSectorSize() ) };
|
||||
KFormat().formatByteSize( dev->totalLogical() * dev->logicalSize() ) };
|
||||
return texts;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue