diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-07-23 02:35:47 (GMT) |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-07-23 05:07:04 (GMT) |
commit | 5f648e669235e0c6a11b6d25688c6dbd9bb58106 (patch) | |
tree | 8f4c2eaa817c37e638ccd988da95bc3dc273dc5f /src/declarative/qml/parser/qmljsastfwd_p.h | |
parent | d1072c333225ded9e46cf857bef701cc67f6fc1d (diff) | |
download | Qt-5f648e669235e0c6a11b6d25688c6dbd9bb58106.zip Qt-5f648e669235e0c6a11b6d25688c6dbd9bb58106.tar.gz Qt-5f648e669235e0c6a11b6d25688c6dbd9bb58106.tar.bz2 |
Introduced annotations
Diffstat (limited to 'src/declarative/qml/parser/qmljsastfwd_p.h')
-rw-r--r-- | src/declarative/qml/parser/qmljsastfwd_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/parser/qmljsastfwd_p.h b/src/declarative/qml/parser/qmljsastfwd_p.h index 339bea4..18b3704 100644 --- a/src/declarative/qml/parser/qmljsastfwd_p.h +++ b/src/declarative/qml/parser/qmljsastfwd_p.h @@ -176,6 +176,8 @@ class UiObjectMember; class UiObjectMemberList; class UiArrayMemberList; class UiQualifiedId; +class UiAttributeList; +class UiAttribute; } } // namespace AST |