forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/10.0'
Change-Id: I7a3925ad8e4f97461b64a70217102ed900430253
This commit is contained in:
@@ -82,7 +82,7 @@ std::optional<PresetsDetails::Condition> parseCondition(const QJsonValue &jsonVa
|
||||
|
||||
if (type == "const") {
|
||||
condition->type = type;
|
||||
condition->constValue = object.value("const").toBool();
|
||||
condition->constValue = object.value("value").toBool();
|
||||
return condition;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user