From 9be03a826d5d7b45e3ce2f20a7641ec29dee07b6 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 17 Jan 2022 12:30:32 +0100 Subject: PE: Fix compile Amends c1c147a9dc9. Change-Id: I2f4e6e724f3226541c5de683d0ac6403538622be Reviewed-by: David Schulz --- src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp b/src/plugins/projectexplorer/jsonwizard/jsonwizardfactory.cpp index 946d2d92ab..844321f354 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; -- cgit v1.2.3