mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -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( QObject* parent )
|
||||
: QAbstractItemModel( parent )
|
||||
, m_device( nullptr )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue