From 227f7ed60cfb34f7c3d91b27b07ddc5bbd1a2922 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 17 Jun 2013 09:55:40 +0200 Subject: Fix and enable the qmldirparser autotest Change-Id: I2e9b64e5df63dbd9fffc204b7058d3c77255b09c Reviewed-by: Simon Hausmann --- src/qml/qml/qqmldirparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmldirparser.cpp') diff --git a/src/qml/qml/qqmldirparser.cpp b/src/qml/qml/qqmldirparser.cpp index 6b6bee3406..8fcab2e570 100644 --- a/src/qml/qml/qqmldirparser.cpp +++ b/src/qml/qml/qqmldirparser.cpp @@ -160,7 +160,7 @@ bool QQmlDirParser::parse(const QString &source) } if (!firstLine) { reportError(lineNumber, 0, - QString::fromUtf8("module identifier directive must be the first command in a qmldir file")); + QString::fromUtf8("module identifier directive must be the first directive in a qmldir file")); continue; } -- cgit v1.2.3