|
|
|
@ -12,14 +12,17 @@
|
|
|
|
|
#include "utils/Logger.h"
|
|
|
|
|
|
|
|
|
|
#include <kpmcore/backend/corebackend.h>
|
|
|
|
|
#include <kpmcore/backend/corebackenddevice.h>
|
|
|
|
|
#include <kpmcore/backend/corebackendmanager.h>
|
|
|
|
|
#include <kpmcore/backend/corebackendpartition.h>
|
|
|
|
|
#include <kpmcore/backend/corebackendpartitiontable.h>
|
|
|
|
|
#include <kpmcore/core/device.h>
|
|
|
|
|
#include <kpmcore/core/partition.h>
|
|
|
|
|
#include <kpmcore/util/report.h>
|
|
|
|
|
|
|
|
|
|
#ifndef WITH_KPMCORE42API
|
|
|
|
|
#include <kpmcore/backend/corebackenddevice.h>
|
|
|
|
|
#include <kpmcore/backend/corebackendpartition.h>
|
|
|
|
|
#include <kpmcore/backend/corebackendpartitiontable.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
ChangeFilesystemLabelJob::ChangeFilesystemLabelJob( Device* device, Partition* partition, const QString& newLabel )
|
|
|
|
|
: PartitionJob( partition )
|
|
|
|
|
, m_device( device )
|
|
|
|
|