devicePath != partitionPath.
This commit is contained in:
parent
a8f06d00d0
commit
157a3f8ed2
@ -177,7 +177,7 @@ PartitionModel::data( const QModelIndex& index, int role ) const
|
||||
return partition->fileSystem().type();
|
||||
|
||||
case PartitionPathRole:
|
||||
return partition->devicePath();
|
||||
return partition->partitionPath();
|
||||
|
||||
case PartitionPtrRole:
|
||||
return qVariantFromValue( (void*)partition );
|
||||
|
Loading…
Reference in New Issue
Block a user