mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
[partition] Remove initKPMCore() from KPMHelpers
- This is a job for KPMManager, from the partition service. - In tests, needs to be a little hackish.
This commit is contained in:
parent
a01539b664
commit
d039f9bbb8
6 changed files with 16 additions and 34 deletions
|
@ -147,7 +147,7 @@ PartitionCoreModule::PartitionCoreModule( QObject* parent )
|
|||
, m_deviceModel( new DeviceModel( this ) )
|
||||
, m_bootLoaderModel( new BootLoaderModel( this ) )
|
||||
{
|
||||
if ( !KPMHelpers::initKPMcore() )
|
||||
if ( !m_kpmcore )
|
||||
qFatal( "Failed to initialize KPMcore backend" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue