mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
devicePath != partitionPath.
This commit is contained in:
parent
a8f06d00d0
commit
157a3f8ed2
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ PartitionModel::data( const QModelIndex& index, int role ) const
|
||||||
return partition->fileSystem().type();
|
return partition->fileSystem().type();
|
||||||
|
|
||||||
case PartitionPathRole:
|
case PartitionPathRole:
|
||||||
return partition->devicePath();
|
return partition->partitionPath();
|
||||||
|
|
||||||
case PartitionPtrRole:
|
case PartitionPtrRole:
|
||||||
return qVariantFromValue( (void*)partition );
|
return qVariantFromValue( (void*)partition );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue