Updated the QML/JS parser.

This commit is contained in:
Roberto Raggi
2010-03-15 15:28:18 +01:00
parent a47fa969cd
commit 5b9d6614f2
4 changed files with 8 additions and 6 deletions

View File

@@ -516,7 +516,7 @@ case 66: {
}
case 67: {
QString s = QLatin1String(QmlJSGrammar::spell[T_READONLY]);
QString s = QLatin1String(QmlJSGrammar::spell[T_ON]);
sym(1).sval = driver->intern(s.constData(), s.length());
break;
}