diff --git a/src/modules/license/LicenseViewStep.cpp b/src/modules/license/LicenseViewStep.cpp index 01e3be0e0..6e5ad2631 100644 --- a/src/modules/license/LicenseViewStep.cpp +++ b/src/modules/license/LicenseViewStep.cpp @@ -114,7 +114,7 @@ LicenseViewStep::setConfigurationMap( const QVariantMap& configurationMap ) { foreach ( const QVariant& entryV, configurationMap.value( "entries" ).toList() ) { - if ( !entryV.type() == QVariant::Map ) + if ( entryV.type() != QVariant::Map ) continue; QVariantMap entryMap = entryV.toMap();