QmlJS: Fix warning text when loading .qmltypes file

Change-Id: Ia9509087fad6a63de2c6f35a012f5542c6bc2c98
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
Kai Koehne
2012-03-12 10:40:14 +01:00
parent 712928ff08
commit 1f9a55e0b0

View File

@@ -218,7 +218,7 @@ void TypeDescriptionReader::readComponent(UiObjectDefinition *ast)
fmo->setAttachedTypeName(readStringBinding(script)); fmo->setAttachedTypeName(readStringBinding(script));
} else { } else {
addWarning(script->firstSourceLocation(), addWarning(script->firstSourceLocation(),
"Expected only name, prototype, defaultProperty, attachedType, exports" "Expected only name, prototype, defaultProperty, attachedType, exports "
"and exportMetaObjectRevisions script bindings"); "and exportMetaObjectRevisions script bindings");
} }
} else { } else {