forked from qt-creator/qt-creator
Updated the QML/JS parser.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user