Remove FIXME that was already fixed.

This commit is contained in:
Andrius Štikonas 2017-12-16 12:55:34 +00:00
parent 76934a0cba
commit f8cbd28238
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ QString SfdiskPartitionTable::createPartition(Report& report, const Partition& p
return QString();
}
QByteArray type = QByteArray(); // FIXME add map between fs types and default partition types
QByteArray type = QByteArray();
if (partition.roles().has(PartitionRole::Extended))
type = QByteArrayLiteral(" type=5");