qmljs: fix message

Add missing comma.

Change-Id: I1828389f209c1ba369596a6b509a9c586db1e79a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
Takumi Asaki
2015-01-21 12:01:14 +09:00
committed by Takumi ASAKI
parent fd3076a4eb
commit 0efe82475f

View File

@@ -224,7 +224,7 @@ void TypeDescriptionReader::readComponent(UiObjectDefinition *ast)
fmo->setIsComposite(readBoolBinding(script));
} else {
addWarning(script->firstSourceLocation(),
tr("Expected only name, prototype, defaultProperty, attachedType, exports "
tr("Expected only name, prototype, defaultProperty, attachedType, exports, "
"isSingleton, isCreatable, isComposite and exportMetaObjectRevisions "
"script bindings, not \"%1\".").arg(name));
}