mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[libcalamares] Consistent namespace usage in partition service
- The sub-directories under libcalamares (e.g. Utils, ..) all live in namespace CalamaresUtils (well, except for Logger). The services (e.g. subdirs other than utils/) live in their own nested namespace, so partitioning should go into CalamaresUtils::Partition for consistency.
This commit is contained in:
parent
63507801b7
commit
34ffc7a20a
9 changed files with 72 additions and 63 deletions
|
@ -43,9 +43,9 @@ public:
|
|||
QString partLabel;
|
||||
QString partMountPoint;
|
||||
FileSystem::Type partFileSystem = FileSystem::Unknown;
|
||||
Calamares::PartitionSize partSize;
|
||||
Calamares::PartitionSize partMinSize;
|
||||
Calamares::PartitionSize partMaxSize;
|
||||
CalamaresUtils::Partition::PartitionSize partSize;
|
||||
CalamaresUtils::Partition::PartitionSize partMinSize;
|
||||
CalamaresUtils::Partition::PartitionSize partMaxSize;
|
||||
|
||||
/// @brief All-zeroes PartitionEntry
|
||||
PartitionEntry() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue