forked from qt-creator/qt-creator
QmlJS: Merge new parser from Qt 5.
Change-Id: I986df52b7ddb31e3bae1148eda881acc1829b102 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
@@ -108,9 +108,6 @@ public:
|
||||
AST::UiObjectMemberList *UiObjectMemberList;
|
||||
AST::UiArrayMemberList *UiArrayMemberList;
|
||||
AST::UiQualifiedId *UiQualifiedId;
|
||||
AST::UiSignature *UiSignature;
|
||||
AST::UiFormalList *UiFormalList;
|
||||
AST::UiFormal *UiFormal;
|
||||
};
|
||||
|
||||
public:
|
||||
@@ -231,9 +228,9 @@ protected:
|
||||
|
||||
|
||||
|
||||
#define J_SCRIPT_REGEXPLITERAL_RULE1 76
|
||||
#define J_SCRIPT_REGEXPLITERAL_RULE1 79
|
||||
|
||||
#define J_SCRIPT_REGEXPLITERAL_RULE2 77
|
||||
#define J_SCRIPT_REGEXPLITERAL_RULE2 80
|
||||
|
||||
QT_QML_END_NAMESPACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user