From f6563426a2604c2f221fc4c23cb4766071f9df54 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Thu, 16 Jun 2011 10:33:09 +1000 Subject: [PATCH] Output the rewritten binding with QML_REWRITE_DUMP --- src/declarative/qml/qdeclarativerewrite.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/declarative/qml/qdeclarativerewrite.cpp b/src/declarative/qml/qdeclarativerewrite.cpp index 2e5cebb..bff296b 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() << "============================================================="; } -- 1.7.2.5