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 prettyName;
QString path; QString path;
QString uuid;
bool canBeResized; bool canBeResized;
QStringList line; QStringList line;
FstabEntryList fstab; FstabEntryList fstab;