summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsparser_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-09-03 08:04:55 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-09-03 08:04:55 (GMT)
commiteda224dd49af6bf151fa231d795bc02a4db87e7d (patch)
tree2653759cbe11cd0e492f4adbbff6ed7ffc8bb477 /src/declarative/qml/parser/qmljsparser_p.h
parent970e282c31011ac40cc94055ac01bea1994433c9 (diff)
downloadQt-eda224dd49af6bf151fa231d795bc02a4db87e7d.zip
Qt-eda224dd49af6bf151fa231d795bc02a4db87e7d.tar.gz
Qt-eda224dd49af6bf151fa231d795bc02a4db87e7d.tar.bz2
Modify QML grammar to accept "readonly" as a property modifier
Diffstat (limited to 'src/declarative/qml/parser/qmljsparser_p.h')
-rw-r--r--src/declarative/qml/parser/qmljsparser_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/parser/qmljsparser_p.h b/src/declarative/qml/parser/qmljsparser_p.h
index 685e286..1db6086 100644
--- a/src/declarative/qml/parser/qmljsparser_p.h
+++ b/src/declarative/qml/parser/qmljsparser_p.h
@@ -222,9 +222,9 @@ protected:
-#define J_SCRIPT_REGEXPLITERAL_RULE1 66
+#define J_SCRIPT_REGEXPLITERAL_RULE1 69
-#define J_SCRIPT_REGEXPLITERAL_RULE2 67
+#define J_SCRIPT_REGEXPLITERAL_RULE2 70
QT_END_NAMESPACE