mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[partition] Reduce warnings (shadow, ;, types)
This commit is contained in:
parent
1a4a265262
commit
d2404851cd
4 changed files with 7 additions and 7 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
PartUtils::SizeUnit partMaxSizeUnit = PartUtils::SizeUnit::Percent;
|
||||
|
||||
/// @brief All-zeroes PartitionEntry
|
||||
PartitionEntry() {};
|
||||
PartitionEntry() {}
|
||||
/// @brief Parse @p size, @p min and @p max to their respective member variables
|
||||
PartitionEntry( const QString& size, const QString& min, const QString& max );
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue