-
I recently noticed a debug message shown below in current dev (7.4.3) and 4.7.1 (msys2, Win10, Qt6). As an example it appears when using
Call chain is: insertFromAction -->execMacro --> runScript --> run --> QJSValue result=engine->evaluate(m_script); The evaluate method throws the message. Is there something we can/should do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
it comes from
Qt does not like that a special function is added to the javascript editor object. |
Beta Was this translation helpful? Give feedback.
it comes from
scriptengine.cpp
Qt does not like that a special function is added to the javascript editor object.
I have not seen a way to silence the warning, I don't see adverse effects, so I will ignore the warning.