mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Initialize all members in PartitionModel.
This commit is contained in:
parent
23c21074af
commit
624e4f9421
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ PartitionModel::ResetHelper::~ResetHelper()
|
||||||
//- PartitionModel -----------------------------------------
|
//- PartitionModel -----------------------------------------
|
||||||
PartitionModel::PartitionModel( QObject* parent )
|
PartitionModel::PartitionModel( QObject* parent )
|
||||||
: QAbstractItemModel( parent )
|
: QAbstractItemModel( parent )
|
||||||
|
, m_device( nullptr )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue