diff --git a/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp b/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp index 946d2d92ab1..844321f354d 100644 --- a/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp +++ b/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp @@ -311,7 +311,7 @@ std::pair JsonWizardFactory::screenSizeInfoFromPage(const QStr return {}; const QVariantMap screenFactorDataMap = screenFactorData.toMap(); - if (not screenFactorDataMap.contains("items")) + if (!screenFactorDataMap.contains("items")) return {}; bool ok = false;