mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05: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 )
|
||||
: QAbstractItemView( parent )
|
||||
, canBeSelected( []( const QModelIndex& ) { return true; } )
|
||||
, m_extendedPartitionHidden( false )
|
||||
{
|
||||
setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Fixed );
|
||||
setFrameStyle( QFrame::NoFrame );
|
||||
|
|
Loading…
Add table
Reference in a new issue