diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-07-26 23:43:22 (GMT) |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-07-26 23:43:22 (GMT) |
commit | 05c1db3b28067336fcf14cce7909d1f09007998b (patch) | |
tree | a617a6eefd4f4ed93dcb896079f51ea76043e18e /src/declarative/qml/parser/qmljsastfwd_p.h | |
parent | 80476372e6f4dd3e179eeba949e86a336bc8fde3 (diff) | |
download | Qt-05c1db3b28067336fcf14cce7909d1f09007998b.zip Qt-05c1db3b28067336fcf14cce7909d1f09007998b.tar.gz Qt-05c1db3b28067336fcf14cce7909d1f09007998b.tar.bz2 |
Added formal parameters to the QML signals.
Diffstat (limited to 'src/declarative/qml/parser/qmljsastfwd_p.h')
-rw-r--r-- | src/declarative/qml/parser/qmljsastfwd_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/parser/qmljsastfwd_p.h b/src/declarative/qml/parser/qmljsastfwd_p.h index 339bea4..f79cfc2 100644 --- a/src/declarative/qml/parser/qmljsastfwd_p.h +++ b/src/declarative/qml/parser/qmljsastfwd_p.h @@ -176,6 +176,9 @@ class UiObjectMember; class UiObjectMemberList; class UiArrayMemberList; class UiQualifiedId; +class UiFormalList; +class UiFormal; +class UiSignature; } } // namespace AST |