Warning fix: implicit cast.
This commit is contained in:
parent
90c06bd733
commit
30ff216dea
@ -472,7 +472,7 @@ ChoicePage::doAlongsideSetupSplitter( const QModelIndex& current,
|
|||||||
|
|
||||||
m_afterPartitionSplitterWidget->setSplitPartition(
|
m_afterPartitionSplitterWidget->setSplitPartition(
|
||||||
part->partitionPath(),
|
part->partitionPath(),
|
||||||
part->used() * 1.1,
|
qRound64( part->used() * 1.1 ),
|
||||||
part->capacity() - requiredStorageB,
|
part->capacity() - requiredStorageB,
|
||||||
part->capacity() / 2,
|
part->capacity() / 2,
|
||||||
Calamares::Branding::instance()->
|
Calamares::Branding::instance()->
|
||||||
|
Loading…
Reference in New Issue
Block a user