mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Improve debug output.
This commit is contained in:
parent
9e186190fc
commit
3d5ccb2712
1 changed files with 3 additions and 4 deletions
|
@ -71,10 +71,9 @@ PartitionBarsView::PartitionBarsView( QWidget* parent )
|
||||||
(Partition *)( index.data( PartitionModel::PartitionPtrRole )
|
(Partition *)( index.data( PartitionModel::PartitionPtrRole )
|
||||||
.value< void* >() );
|
.value< void* >() );
|
||||||
cDebug() << "Clicked row" << index.row()
|
cDebug() << "Clicked row" << index.row()
|
||||||
<< "\npath: " << selectedPartition->partitionPath()
|
<< "\n\tpath: " << selectedPartition->partitionPath()
|
||||||
<< "\nfirstSector:" << selectedPartition->firstSector()
|
<< "\n\tfirstSector:" << selectedPartition->firstSector()
|
||||||
<< "\nlastSector: " << selectedPartition->lastSector();
|
<< "\n\tlastSector: " << selectedPartition->lastSector();
|
||||||
|
|
||||||
} );
|
} );
|
||||||
setMouseTracking( true );
|
setMouseTracking( true );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue