Details
-
Bug
-
Resolution: Invalid
-
P4: Low
-
None
-
4.6.0
-
None
Description
object.setProperty("foo", eng.newFunction(getter), QScriptValue::PropertyGetter | QScriptValue::UserRange); qWarning() << object.propertyFlags("foo");
With Qt 4.5, the above snippet prints the equivalent of QScriptValue::PropertyGetter | QScriptValue::UserRange, but since 4.6, it prints only QScriptValue::PropertyGetter; the QScriptValue::UserRange bits have gone missing.
Attachments
Issue Links
- is required for
-
QTBUG-16571 Resolve QtScript behavior that reflects implementation of old ("classic") back-end
-
- Closed
-