|
|
|
@ -28,7 +28,6 @@
|
|
|
|
|
#include "core/PartitionActions.h"
|
|
|
|
|
#include "core/PartitionCoreModule.h"
|
|
|
|
|
#include "core/PartitionInfo.h"
|
|
|
|
|
#include "core/PartitionIterator.h"
|
|
|
|
|
#include "core/PartitionModel.h"
|
|
|
|
|
|
|
|
|
|
#include "BootInfoWidget.h"
|
|
|
|
@ -40,14 +39,15 @@
|
|
|
|
|
#include "ReplaceWidget.h"
|
|
|
|
|
#include "ScanningDialog.h"
|
|
|
|
|
|
|
|
|
|
#include "utils/CalamaresUtilsGui.h"
|
|
|
|
|
#include "GlobalStorage.h"
|
|
|
|
|
#include "JobQueue.h"
|
|
|
|
|
#include "partition/PartitionIterator.h"
|
|
|
|
|
#include "utils/Logger.h"
|
|
|
|
|
#include "utils/Retranslator.h"
|
|
|
|
|
#include "utils/Units.h"
|
|
|
|
|
|
|
|
|
|
#include "Branding.h"
|
|
|
|
|
#include "GlobalStorage.h"
|
|
|
|
|
#include "JobQueue.h"
|
|
|
|
|
#include "utils/CalamaresUtilsGui.h"
|
|
|
|
|
|
|
|
|
|
#include <kpmcore/core/device.h>
|
|
|
|
|
#include <kpmcore/core/partition.h>
|
|
|
|
@ -65,6 +65,7 @@
|
|
|
|
|
#include <QtConcurrent/QtConcurrent>
|
|
|
|
|
|
|
|
|
|
using PartitionActions::Choices::SwapChoice;
|
|
|
|
|
using CalamaresUtils::Partition::PartitionIterator;
|
|
|
|
|
|
|
|
|
|
/** @brief Given a set of swap choices, return a sensible value from it.
|
|
|
|
|
*
|
|
|
|
|