mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Initialize all members in ctor (fix Coverity defect 122658).
This commit is contained in:
parent
787d2ea080
commit
53741f0d36
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ buildUnknownDisklabelTexts( Device* dev )
|
||||||
PartitionLabelsView::PartitionLabelsView( QWidget* parent )
|
PartitionLabelsView::PartitionLabelsView( QWidget* parent )
|
||||||
: QAbstractItemView( parent )
|
: QAbstractItemView( parent )
|
||||||
, canBeSelected( []( const QModelIndex& ) { return true; } )
|
, canBeSelected( []( const QModelIndex& ) { return true; } )
|
||||||
|
, m_extendedPartitionHidden( false )
|
||||||
{
|
{
|
||||||
setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Fixed );
|
setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Fixed );
|
||||||
setFrameStyle( QFrame::NoFrame );
|
setFrameStyle( QFrame::NoFrame );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue