[partition] Table type 'none' is a late addition.
This commit is contained in:
parent
bc2713ccbb
commit
1d96c5af46
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user