mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Merge branch 'requirements-checking'
This commit is contained in:
commit
8cf3c217f7
29 changed files with 805 additions and 285 deletions
|
@ -882,11 +882,6 @@ ChoicePage::updateDeviceStatePreview()
|
|||
PartitionModel* model = new PartitionModel( m_beforePartitionBarsView );
|
||||
model->init( deviceBefore, m_core->osproberEntries() );
|
||||
|
||||
// The QObject parents tree is meaningful for memory management here,
|
||||
// see qDeleteAll above.
|
||||
deviceBefore->setParent( model ); // Can't reparent across threads
|
||||
model->setParent( m_beforePartitionBarsView );
|
||||
|
||||
m_beforePartitionBarsView->setModel( model );
|
||||
m_beforePartitionLabelsView->setModel( model );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue