summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormae <qt-info@nokia.com>2009-04-20 13:55:48 (GMT)
committerRoberto Raggi <roberto.raggi@nokia.com>2009-04-24 07:52:36 (GMT)
commit44a82378d05bc54224f7ff0e276c084aeab6e548 (patch)
tree86f24416b49ba9d95e5e1c172ae076e0c4e4c9a3
parent73db0bebbf27f07faea3b8f71dccecd46cc4bbb7 (diff)
downloadQt-44a82378d05bc54224f7ff0e276c084aeab6e548.zip
Qt-44a82378d05bc54224f7ff0e276c084aeab6e548.tar.gz
Qt-44a82378d05bc54224f7ff0e276c084aeab6e548.tar.bz2
removed debug output
-rw-r--r--src/declarative/qml/qmlscriptparser.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/qml/qmlscriptparser.cpp b/src/declarative/qml/qmlscriptparser.cpp
index 981f3ad..e7e54ef 100644
--- a/src/declarative/qml/qmlscriptparser.cpp
+++ b/src/declarative/qml/qmlscriptparser.cpp
@@ -218,8 +218,6 @@ bool ProcessAST::visit(AST::UiPublicMember *node)
const QString type = node->type->asString();
const QString name = node->name->asString();
- qDebug() << Q_FUNC_INFO << name;
-
if (type == QLatin1String("property")) {
_stateStack.pushProperty(QLatin1String("properties"), node->publicToken.startLine);
@@ -227,7 +225,6 @@ bool ProcessAST::visit(AST::UiPublicMember *node)
QString(),
QLatin1String("Property"));
- qDebug() << "MIDDLE";
_stateStack.pushObject(obj);
_stateStack.pushProperty(QLatin1String("name"), node->identifierToken.startLine);
@@ -257,8 +254,6 @@ bool ProcessAST::visit(AST::UiPublicMember *node)
qWarning() << "bad public identifier" << type; // ### FIXME
}
- qDebug() << Q_FUNC_INFO << name << "DONE!!!";
-
return false;
}
tion> Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Code cleanup in tkCanvas.c/tkMenubutton.c. Use more TCL_UNUSED()jan.nijtmans2024-10-066-115/+64
| | |/ / / / | |/| | | |
| * | | | | Fix [610a73a179]: Canvas widget handles pixel objects incorrectly in Tk 9.0jan.nijtmans2024-10-0514-330/+429
| |\ \ \ \ \ | | |/ / / /
| | * | | | -sashwidth toojan.nijtmans2024-10-041-28/+32
| | * | | | -minsize toojan.nijtmans2024-10-041-23/+35
| | * | | | padX, padY, sashPadjan.nijtmans2024-10-041-50/+67
| | * | | | -handleSize for panedwindowjan.nijtmans2024-10-041-33/+46
| | * | | | Handle -borderWidth for panedwindowjan.nijtmans2024-10-041-13/+16
| | * | | | Almost done in "text" widgetjan.nijtmans2024-10-047-88/+115
| | * | | | More progressjan.nijtmans2024-10-0310-299/+293
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Update links, pointing to the 9.0 release as welljan.nijtmans2024-10-031-13/+8
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Update links, pointing to the 9.0 release as welljan.nijtmans2024-10-031-13/+8
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Update links, pointing to the 9.0 release as welljan.nijtmans2024-10-031-8/+8
| | | | |/ | | | |/|
| | | | * Merge 9.0. More progressjan.nijtmans2024-10-029-154/+158
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Use version number "9.0" somewhat more in commentsjan.nijtmans2024-10-022-2/+2
| * | | | Unbreak Windows buildjan.nijtmans2024-10-021-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Unbreak Windows buildjan.nijtmans2024-10-022-2/+2
| | | | * Merge 9.0jan.nijtmans2024-10-014-5/+5
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Fix [f91aa24bbe] for "menubutton". Simplify -activerelief for "menu"jan.nijtmans2024-10-017-38/+33
| |\ \ \ \ | | |/ / /
| | * | | Fix [f91aa24bbe] for "menubutton". Simplify -activerelief for "menu"jan.nijtmans2024-10-017-39/+35
| | |\ \ \
| | | * | | Finish for "menubutton". Simplify -activerelief for "menu"jan.nijtmans2024-09-309-135/+81
| | * | | | Revert part of [788c1c6615]: would be **potential incompatibility**jan.nijtmans2024-10-012-73/+47
| | | | | * Complete for "menubutton"jan.nijtmans2024-09-303-63/+93
| | | | | |\ | | | | |_|/ | | | |/| |
| | | * | | Merge 8.7jan.nijtmans2024-09-3024-391/+359
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | Make a start at [f91aa24bbe] for "menubutton". WIPjan.nijtmans2024-09-125-111/+160
| | | | | * Merge 9.0jan.nijtmans2024-09-3082-3129/+3164
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Even when building against Tcl8, PRJLIBNAME9 should not have the "t" suffixjan.nijtmans2024-09-301-2/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | Even when building against Tcl8, PRJLIBNAME9 should not have the "t" suffixjan.nijtmans2024-09-301-2/+3
| * | | | | protect -insertborderwidth/-insertwidth/-selborderwidth, which cannot be nega...jan.nijtmans2024-09-295-10/+44
| |\ \ \ \ \ | | |/ / / /
| | * | | | protect -insertborderwidth/-insertwidth/-selborderwidth, which cannot be nega...jan.nijtmans2024-09-291-0/+9
| * | | | | Merge 8.7. More indent fixesjan.nijtmans2024-09-2979-3118/+3121
| |\ \ \ \ \ | | |/ / / /
| | * | | | Comment correctionjan.nijtmans2024-09-281-1/+1
| | | | | * Merge 9.0jan.nijtmans2024-09-2899-1065/+1179
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Fix indenting: Don't use 8 spaces, but tabsjan.nijtmans2024-09-2853-895/+895
| * | | | | Merge-markjan.nijtmans2024-09-27