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