OSDN Git Service

Uninitialized value
authorAdriaan de Groot <groot@kde.org>
Tue, 29 Aug 2017 18:00:48 +0000 (14:00 -0400)
committerAdriaan de Groot <groot@kde.org>
Tue, 29 Aug 2017 18:00:48 +0000 (14:00 -0400)
src/modules/partition/gui/DeviceInfoWidget.cpp

index 1fadb95..abe5c7a 100644 (file)
@@ -33,6 +33,7 @@ DeviceInfoWidget::DeviceInfoWidget( QWidget* parent )
     : QWidget( parent )
     , m_ptIcon( new QLabel )
     , m_ptLabel( new QLabel )
+    , m_tableType( PartitionTable::unknownTableType )
 {
     QHBoxLayout* mainLayout = new QHBoxLayout;
     setLayout( mainLayout );