-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.0
-
None
QtObject {
id: qmlConsole
WebChannel.id: "console"
function log(...args) {
console.log("WebChannel:", args)
}
function info(...args) {
console.info("WebChannel:", args)
}
function warn(...args) {
console.warn("WebChannel:", args)
}
function error(...args) {
console.error("WebChannel:", args)
}
}
When call the "console.log("aaa", "bbbb")" in webchannel, will print the error:
Print Messages
No candidates found for "log" with 2 arguments on object QObject_QML_3(0x5603dc193b10) .