[partition] One more job that uses KPMCore
This commit is contained in:
parent
9c85537659
commit
f6373561d3
@ -21,6 +21,7 @@
|
||||
#define CREATEPARTITIONTABLEJOB_H
|
||||
|
||||
#include "Job.h"
|
||||
#include "partition/KPMManager.h"
|
||||
|
||||
// KPMcore
|
||||
#include <kpmcore/core/partitiontable.h>
|
||||
@ -50,6 +51,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
CalamaresUtils::Partition::KPMManager m_kpmcore;
|
||||
Device* m_device;
|
||||
PartitionTable::TableType m_type;
|
||||
PartitionTable* createTable();
|
||||
|
Loading…
Reference in New Issue
Block a user