summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsastfwd_p.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-07-26 23:43:22 (GMT)
committerRoberto Raggi <roberto.raggi@nokia.com>2009-07-26 23:43:22 (GMT)
commit05c1db3b28067336fcf14cce7909d1f09007998b (patch)
treea617a6eefd4f4ed93dcb896079f51ea76043e18e /src/declarative/qml/parser/qmljsastfwd_p.h
parent80476372e6f4dd3e179eeba949e86a336bc8fde3 (diff)
downloadQt-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.h3
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