aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativerewrite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativerewrite.cpp')
-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() << "=============================================================";
}