forked from qt-creator/qt-creator
qmljs: fix message
Add missing comma. Change-Id: I1828389f209c1ba369596a6b509a9c586db1e79a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
committed by
Takumi ASAKI
parent
fd3076a4eb
commit
0efe82475f
@@ -224,7 +224,7 @@ void TypeDescriptionReader::readComponent(UiObjectDefinition *ast)
|
|||||||
fmo->setIsComposite(readBoolBinding(script));
|
fmo->setIsComposite(readBoolBinding(script));
|
||||||
} else {
|
} else {
|
||||||
addWarning(script->firstSourceLocation(),
|
addWarning(script->firstSourceLocation(),
|
||||||
tr("Expected only name, prototype, defaultProperty, attachedType, exports "
|
tr("Expected only name, prototype, defaultProperty, attachedType, exports, "
|
||||||
"isSingleton, isCreatable, isComposite and exportMetaObjectRevisions "
|
"isSingleton, isCreatable, isComposite and exportMetaObjectRevisions "
|
||||||
"script bindings, not \"%1\".").arg(name));
|
"script bindings, not \"%1\".").arg(name));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user