From 6e5caf0431f63a8b67b4d787ba02d8684dbaa856 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliokas Date: Wed, 23 Oct 2013 16:47:30 +0300 Subject: Add the features of QLoggingCategory to QML's debugging methods. It is now possible to modify the output of QML's debugging methods. Also the prefix of "qml" makes it possible to capture the output from the QML files using qInstallMessageHandler. This commit depends on qtbase/4967c7106568d5df0be4d40bf793583c7c6bdb69 Change-Id: I2c7a2cb96a0b91fd3249dc2dacbab63e6ac68243 Reviewed-by: Kai Koehne --- tests/auto/qml/debugger/shared/debugutil.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/auto/qml/debugger/shared/debugutil.cpp') diff --git a/tests/auto/qml/debugger/shared/debugutil.cpp b/tests/auto/qml/debugger/shared/debugutil.cpp index 560c9ca9f3..0bcbf3e9be 100644 --- a/tests/auto/qml/debugger/shared/debugutil.cpp +++ b/tests/auto/qml/debugger/shared/debugutil.cpp @@ -235,9 +235,6 @@ void QQmlDebugProcess::processAppOutput() m_eventLoop.quit(); continue; } - } else if (line.startsWith("qml:")) { - // ### Can't enable quiet mode because that also suppresses application output - continue; //We don't use these, but they aren't output from the app either } else { // set to true if there is output not coming from the debugger outputFromAppItself = true; -- cgit v1.2.3