[partition] Add support for partition uuid

This commit is contained in:
Gaël PORTAY 2020-05-14 12:30:58 -04:00
parent 7e83296aa2
commit da6f728cd4
4 changed files with 10 additions and 0 deletions

View file

@ -41,6 +41,7 @@ public:
struct PartitionEntry
{
QString partLabel;
QString partUUID;
QString partType;
QString partMountPoint;
FileSystem::Type partFileSystem = FileSystem::Unknown;
@ -76,6 +77,7 @@ public:
const QString& min = QString(),
const QString& max = QString() );
bool addEntry( const QString& label,
const QString& uuid,
const QString& type,
const QString& mountPoint,
const QString& fs,