From 1f9a55e0b0a080e82fb85868b43e31bbaf6c0cb3 Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@nokia.com> Date: Mon, 12 Mar 2012 10:40:14 +0100 Subject: [PATCH] QmlJS: Fix warning text when loading .qmltypes file Change-Id: Ia9509087fad6a63de2c6f35a012f5542c6bc2c98 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com> --- src/libs/qmljs/qmljstypedescriptionreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/qmljs/qmljstypedescriptionreader.cpp b/src/libs/qmljs/qmljstypedescriptionreader.cpp index a59584d334f..a0f96cdb5bf 100644 --- a/src/libs/qmljs/qmljstypedescriptionreader.cpp +++ b/src/libs/qmljs/qmljstypedescriptionreader.cpp @@ -218,7 +218,7 @@ void TypeDescriptionReader::readComponent(UiObjectDefinition *ast) fmo->setAttachedTypeName(readStringBinding(script)); } else { addWarning(script->firstSourceLocation(), - "Expected only name, prototype, defaultProperty, attachedType, exports" + "Expected only name, prototype, defaultProperty, attachedType, exports " "and exportMetaObjectRevisions script bindings"); } } else { -- GitLab