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