Add the features of QLoggingCategory to QML's debugging methods.
authorGiorgos Tsiapaliokas <terietor@gmail.com>
Wed, 23 Oct 2013 13:47:30 +0000 (16:47 +0300)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 7 Mar 2014 11:20:24 +0000 (12:20 +0100)
commit6e5caf0431f63a8b67b4d787ba02d8684dbaa856
tree391ed483672d3b5a412e1e7dd992645e2012292d
parent9c4cba80e4849dfe3f445b711381df4b0e7dbfc3
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 <kai.koehne@digia.com>
src/qml/qml/v8/qqmlbuiltinfunctions.cpp
tests/auto/qml/debugger/shared/debugutil.cpp
tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.cpp
tests/auto/qml/qqmlconsole/tst_qqmlconsole.cpp