[partition] Reduce warnings (shadow, ;, types)

This commit is contained in:
Adriaan de Groot 2019-04-15 10:06:21 -04:00
parent 1a4a265262
commit d2404851cd
4 changed files with 7 additions and 7 deletions

View file

@ -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 );
};