[partition] Warnings-- (Qt 5.14)

QVariant::fromValue doesn't have *since* documentation, so I expect it to be 5.6-and-later.
main
Adriaan de Groot 5 years ago
parent 27d4fa675b
commit 4c0a212b68

@ -241,7 +241,7 @@ PartitionModel::data( const QModelIndex& index, int role ) const
return partition->partitionPath();
case PartitionPtrRole:
return qVariantFromValue( (void*)partition );
return QVariant::fromValue( (void*)partition );
// Osprober roles:
case OsproberNameRole:

Loading…
Cancel
Save