Uninitialized value
This commit is contained in:
parent
162de207c8
commit
1ea79efce8
@ -33,6 +33,7 @@ DeviceInfoWidget::DeviceInfoWidget( QWidget* parent )
|
|||||||
: QWidget( parent )
|
: QWidget( parent )
|
||||||
, m_ptIcon( new QLabel )
|
, m_ptIcon( new QLabel )
|
||||||
, m_ptLabel( new QLabel )
|
, m_ptLabel( new QLabel )
|
||||||
|
, m_tableType( PartitionTable::unknownTableType )
|
||||||
{
|
{
|
||||||
QHBoxLayout* mainLayout = new QHBoxLayout;
|
QHBoxLayout* mainLayout = new QHBoxLayout;
|
||||||
setLayout( mainLayout );
|
setLayout( mainLayout );
|
||||||
|
Loading…
Reference in New Issue
Block a user