[partition] Fix build with legacy kpmcore

main
Adriaan de Groot 4 years ago
parent 31bf38977e
commit 520f08bbba

@ -74,7 +74,11 @@ prettyGptType( const QString& type )
static QString
prettyGptType( const Partition* partition )
{
#ifdef WITH_KPMCORE42API
return prettyGptType( partition->type() );
#else
return QString();
#endif
}
static QString

Loading…
Cancel
Save