mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
Uninitialized value
This commit is contained in:
parent
162de207c8
commit
1ea79efce8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue