diff options
| author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-24 07:37:48 (GMT) | 
|---|---|---|
| committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-24 07:37:48 (GMT) | 
| commit | 93353ce0cf416c53238eb908a8e4ccb3e68df73d (patch) | |
| tree | fb1418586da210f76d23504870a2a7b00c366a4b /src/declarative/qml/qdeclarativescriptparser.cpp | |
| parent | 7eb5fc91a30a360507a65c19b6a3b96f757c2c4e (diff) | |
| download | Qt-93353ce0cf416c53238eb908a8e4ccb3e68df73d.zip Qt-93353ce0cf416c53238eb908a8e4ccb3e68df73d.tar.gz Qt-93353ce0cf416c53238eb908a8e4ccb3e68df73d.tar.bz2  | |
Fixup tests after QDeclarative class renames
Diffstat (limited to 'src/declarative/qml/qdeclarativescriptparser.cpp')
| -rw-r--r-- | src/declarative/qml/qdeclarativescriptparser.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativescriptparser.cpp b/src/declarative/qml/qdeclarativescriptparser.cpp index 9636350..f4c9cdd 100644 --- a/src/declarative/qml/qdeclarativescriptparser.cpp +++ b/src/declarative/qml/qdeclarativescriptparser.cpp @@ -771,7 +771,7 @@ bool ProcessAST::visit(AST::UiSourceElement *node)          } else {              QDeclarativeError error; -            error.setDescription(QCoreApplication::translate("QDeclarativeParser","QDeclarativeJS declaration outside Script element")); +            error.setDescription(QCoreApplication::translate("QDeclarativeParser","JavaScript declaration outside Script element"));              error.setLine(node->firstSourceLocation().startLine);              error.setColumn(node->firstSourceLocation().startColumn);              _parser->_errors << error;  | 
