aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-06-16 10:33:09 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2011-06-16 10:33:09 +1000
commitf6563426a2604c2f221fc4c23cb4766071f9df54 (patch)
treefe2559da4dfd722067025fbbf22774110d8aee7f
parente25c7140aa2a01fa68df1fe0dc6037bdd7919a8c (diff)
Output the rewritten binding with QML_REWRITE_DUMP
-rw-r--r--src/declarative/qml/qdeclarativerewrite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativerewrite.cpp b/src/declarative/qml/qdeclarativerewrite.cpp
index 2e5cebb1d1..bff296b00b 100644
--- a/src/declarative/qml/qdeclarativerewrite.cpp
+++ b/src/declarative/qml/qdeclarativerewrite.cpp
@@ -135,7 +135,7 @@ QString RewriteBinding::operator()(QDeclarativeJS::AST::Node *node, const QStrin
if (rewriteDump()) {
qWarning() << "To:";
- qWarning() << qPrintable(code);
+ qWarning() << qPrintable(codeCopy);
qWarning() << "=============================================================";
}