Console API: Add console.info
authorKai Koehne <kai.koehne@nokia.com>
Mon, 16 Jan 2012 12:44:34 +0000 (13:44 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Jan 2012 14:07:33 +0000 (15:07 +0100)
commit7911627f718d0e4876c42adbb5f3e02cf3c9f4eb
tree158d79a4b4f17a2a63a4aaa6d018556871e8e188
parent04f06f35a99cf83dd573718816a016345aa439dc
Console API: Add console.info

Add console.info for the sake of completeness. It's mapped to qDebug(),
just like console.log, console.debug, print.

Change-Id: Ife1cfbfe810d4e5e9175343778dff734a56f4a80
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
doc/src/declarative/qdeclarativedebugging.qdoc
src/declarative/qml/v8/qdeclarativebuiltinfunctions.cpp
src/declarative/qml/v8/qv8engine.cpp
tests/auto/declarative/qdeclarativeconsole/data/logging.qml
tests/auto/declarative/qdeclarativeconsole/tst_qdeclarativeconsole.cpp