Add filesystem UUID to OsproberEntry structure.

This commit is contained in:
Teo Mrnjavac 2016-07-28 17:40:13 +02:00
parent 18b6e56271
commit f13f6a1faf

View File

@ -37,6 +37,7 @@ struct OsproberEntry
{
QString prettyName;
QString path;
QString uuid;
bool canBeResized;
QStringList line;
FstabEntryList fstab;