aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qdeclarativejsparser_p.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2011-12-02 16:53:32 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-06 08:58:39 +0100
commit37b42a135cb9c5c7ea10756b4b6896272c490ced (patch)
tree6e5d97ef7ea238ba102effa6bcc68269bf8f6139 /src/declarative/qml/parser/qdeclarativejsparser_p.h
parente9a0aa7dd30566b1da6fd9e56e638aa4846a132b (diff)
Introduce methods to get the source location of the AST nodes.
Also removed deprecate AST nodes. Change-Id: I9221e81b15b18530bb2ab8b09da2482df543bace Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'src/declarative/qml/parser/qdeclarativejsparser_p.h')
-rw-r--r--src/declarative/qml/parser/qdeclarativejsparser_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/declarative/qml/parser/qdeclarativejsparser_p.h b/src/declarative/qml/parser/qdeclarativejsparser_p.h
index a3980151d3..f0dc25f461 100644
--- a/src/declarative/qml/parser/qdeclarativejsparser_p.h
+++ b/src/declarative/qml/parser/qdeclarativejsparser_p.h
@@ -117,9 +117,6 @@ public:
AST::UiObjectMemberList *UiObjectMemberList;
AST::UiArrayMemberList *UiArrayMemberList;
AST::UiQualifiedId *UiQualifiedId;
- AST::UiSignature *UiSignature;
- AST::UiFormalList *UiFormalList;
- AST::UiFormal *UiFormal;
};
public: