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();
|
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…
Reference in New Issue
Block a user