mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -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
|
@ -26,6 +26,7 @@
|
|||
#include "core/PartitionModel.h"
|
||||
|
||||
#include "Job.h"
|
||||
#include "partition/KPMManager.h"
|
||||
|
||||
// KPMcore
|
||||
#include <kpmcore/core/lvmdevice.h>
|
||||
|
@ -235,6 +236,8 @@ Q_SIGNALS:
|
|||
void deviceReverted( Device* device );
|
||||
|
||||
private:
|
||||
CalamaresUtils::Partition::KPMManager m_kpmcore;
|
||||
|
||||
void refreshAfterModelChange();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue