aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2014-12-16 13:44:14 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2014-12-19 12:37:15 +0100
commita0c81e29713f991afa0a2442a7ca3b095ad97c2a (patch)
treeac9c30e0088bce64d48f8be1fefa8cb8b82d793c /src/qml/qml/qqmlengine_p.h
parent38cab579a0c5398b7621221fd8609bc43cf1f3c5 (diff)
Replace usage of stdout for debug output by qDebug
This way even paranoid Androids can be show interesting stuff. Task-number: QTBUG-43109 Change-Id: Ib0ef9e8f6c6fc66e9ea9bfcaf2cd9e33d7469070 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlengine_p.h')
-rw-r--r--src/qml/qml/qqmlengine_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine_p.h b/src/qml/qml/qqmlengine_p.h
index 3df249a667..a1935b854b 100644
--- a/src/qml/qml/qqmlengine_p.h
+++ b/src/qml/qml/qqmlengine_p.h
@@ -141,7 +141,7 @@ public:
QQmlProfiler *profiler;
void enableProfiler();
- bool outputWarningsToStdErr;
+ bool outputWarningsToMsgLog;
// Registered cleanup handlers
QQmlCleanup *cleanup;