mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
Revert "Improve debug output in PartitionBarsView."
This reverts commit 9e186190fc
.
This commit is contained in:
parent
59f0e9cc2d
commit
9d4a636a16
1 changed files with 1 additions and 9 deletions
|
@ -22,7 +22,6 @@
|
|||
#include <core/ColorUtils.h>
|
||||
|
||||
#include <kpmcore/core/device.h>
|
||||
#include <kpmcore/core/partition.h>
|
||||
|
||||
#include <utils/CalamaresUtilsGui.h>
|
||||
#include <utils/Logger.h>
|
||||
|
@ -67,14 +66,7 @@ PartitionBarsView::PartitionBarsView( QWidget* parent )
|
|||
connect( this, &PartitionBarsView::clicked,
|
||||
this, [=]( const QModelIndex& index )
|
||||
{
|
||||
Partition* selectedPartition =
|
||||
(Partition *)( index.data( PartitionModel::PartitionPtrRole )
|
||||
.value< void* >() );
|
||||
cDebug() << "Clicked row" << index.row()
|
||||
<< "\npath: " << selectedPartition->partitionPath()
|
||||
<< "\nfirstSector:" << selectedPartition->firstSector()
|
||||
<< "\nlastSector: " << selectedPartition->lastSector();
|
||||
|
||||
cDebug() << "Clicked row" << index.row();
|
||||
} );
|
||||
setMouseTracking( true );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue