[partition] Table type 'none' is a late addition.

This commit is contained in:
Adriaan de Groot 2021-12-05 01:32:51 +01:00
parent bc2713ccbb
commit 1d96c5af46

View File

@ -100,7 +100,9 @@ DeviceInfoWidget::retranslateUi()
"that makes a file accessible as a block device. "
"This kind of setup usually only contains a single filesystem." );
break;
#if defined( WITH_KPMCORE42API )
case PartitionTable::none:
#endif
case PartitionTable::unknownTableType:
typeString = " ? ";
toolTipString = tr( "This installer <strong>cannot detect a partition table</strong> on the "