Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
Linux Ubuntu 8.10, gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
Description
Using the eval() function in a QML function, fails with the following error:
EvalError: The "this" value passed to eval must be the global object from which eval originated
This is a regression with respect to previous Qt 4.7 TP.
A workaround is to use a Function object, but it's not flexible.