aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2014-12-12 11:10:45 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-15 17:06:56 +0100
commit4426aa4055f75621f2b884a4ed5ab224ab0632da (patch)
tree0e0ec6872982c6233c639955339e01d951cfda2f /src/qml/qml/v8/qqmlbuiltinfunctions_p.h
parent2a2fb6a9b4ff9b387e3301c76d7d62dcc4d604f5 (diff)
Redirect console.info to new QtInfoMsg
Change-Id: I6f4560a3baae16dd6db090d51a577060689825ef Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/v8/qqmlbuiltinfunctions_p.h')
-rw-r--r--src/qml/qml/v8/qqmlbuiltinfunctions_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/v8/qqmlbuiltinfunctions_p.h b/src/qml/qml/v8/qqmlbuiltinfunctions_p.h
index 57fd290aef..a6d1821cda 100644
--- a/src/qml/qml/v8/qqmlbuiltinfunctions_p.h
+++ b/src/qml/qml/v8/qqmlbuiltinfunctions_p.h
@@ -126,6 +126,7 @@ struct ConsoleObject : Object
static ReturnedValue method_error(CallContext *ctx);
static ReturnedValue method_log(CallContext *ctx);
+ static ReturnedValue method_info(CallContext *ctx);
static ReturnedValue method_profile(CallContext *ctx);
static ReturnedValue method_profileEnd(CallContext *ctx);
static ReturnedValue method_time(CallContext *ctx);