summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-05 07:33:04 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-05 07:33:04 (GMT)
commit84b5253b62e762247a3c87808888a46c595aa234 (patch)
tree74f5971f49ee0b20b2c894b6a043a4dbfc56cfee /src/declarative/qml
parent70569e02dae94352c0249e0210cc6b67897af337 (diff)
downloadQt-84b5253b62e762247a3c87808888a46c595aa234.zip
Qt-84b5253b62e762247a3c87808888a46c595aa234.tar.gz
Qt-84b5253b62e762247a3c87808888a46c595aa234.tar.bz2
Remove misleading comment
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlscriptparser.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/declarative/qml/qmlscriptparser.cpp b/src/declarative/qml/qmlscriptparser.cpp
index 22ff4a5..a4cb199 100644
--- a/src/declarative/qml/qmlscriptparser.cpp
+++ b/src/declarative/qml/qmlscriptparser.cpp
@@ -334,12 +334,6 @@ bool ProcessAST::visit(AST::UiImport *node)
return false;
}
-// UiObjectMember: T_PUBLIC T_DEFAULT UiMemberType T_IDENTIFIER T_COLON Expression
-// UiObjectMember: T_PUBLIC T_DEFAULT UiMemberType T_IDENTIFIER
-// UiObjectMember: T_PUBLIC UiMemberType T_IDENTIFIER T_COLON Expression
-// UiObjectMember: T_PUBLIC UiMemberType T_IDENTIFIER
-//
-// UiMemberType: "property" | "signal"
bool ProcessAST::visit(AST::UiPublicMember *node)
{
if(node->type == AST::UiPublicMember::Signal) {