PE: Fix compile

Amends c1c147a9dc.

Change-Id: I2f4e6e724f3226541c5de683d0ac6403538622be
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2022-01-17 12:30:32 +01:00
parent fa53849b4a
commit 9be03a826d

View File

@@ -311,7 +311,7 @@ std::pair<int, QStringList> JsonWizardFactory::screenSizeInfoFromPage(const QStr
return {}; return {};
const QVariantMap screenFactorDataMap = screenFactorData.toMap(); const QVariantMap screenFactorDataMap = screenFactorData.toMap();
if (not screenFactorDataMap.contains("items")) if (!screenFactorDataMap.contains("items"))
return {}; return {};
bool ok = false; bool ok = false;