forked from qt-creator/qt-creator
PE: Fix compile
Amends c1c147a9dc
.
Change-Id: I2f4e6e724f3226541c5de683d0ac6403538622be
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -311,7 +311,7 @@ std::pair<int, QStringList> JsonWizardFactory::screenSizeInfoFromPage(const QStr
|
||||
return {};
|
||||
|
||||
const QVariantMap screenFactorDataMap = screenFactorData.toMap();
|
||||
if (not screenFactorDataMap.contains("items"))
|
||||
if (!screenFactorDataMap.contains("items"))
|
||||
return {};
|
||||
|
||||
bool ok = false;
|
||||
|
Reference in New Issue
Block a user