forked from qt-creator/qt-creator
Fix frequent typo
can not -> cannot Change-Id: Ie872ada1bc9b4ed64bffb667c2e44dbb13b4ad11 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -396,7 +396,7 @@ QVariant ObjectNodeInstance::convertEnumToValue(const QVariant &value, const Pro
|
||||
QQmlExpression expression(context(), object(), enumeration.toString());
|
||||
adjustedValue = expression.evaluate();
|
||||
if (expression.hasError())
|
||||
qDebug() << "Enumeration can not be evaluated:" << object() << name << enumeration;
|
||||
qDebug() << "Enumeration cannot be evaluated:" << object() << name << enumeration;
|
||||
}
|
||||
return adjustedValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user