From a0c81e29713f991afa0a2442a7ca3b095ad97c2a Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Tue, 16 Dec 2014 13:44:14 +0100 Subject: 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 --- src/qml/qml/qqmlengine_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmlengine_p.h') 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; -- cgit v1.2.3