Consistent config item naming.
This commit is contained in:
parent
56c340a607
commit
5f3e5bf372
@ -397,7 +397,8 @@ PartitionViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||||||
if ( configurationMap.contains( "drawNestedPartitions" ) &&
|
if ( configurationMap.contains( "drawNestedPartitions" ) &&
|
||||||
configurationMap.value( "drawNestedPartitions" ).type() == QVariant::Bool )
|
configurationMap.value( "drawNestedPartitions" ).type() == QVariant::Bool )
|
||||||
{
|
{
|
||||||
gs->insert( "drawNestedPartitions", configurationMap.value( "nestedPartitions", false ).toBool() );
|
gs->insert( "drawNestedPartitions",
|
||||||
|
configurationMap.value( "drawNestedPartitions", false ).toBool() );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user