aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeexpression
Commit message (Collapse)AuthorAgeFilesLines
* Optimized QDeclarativeScriptString constructor for QDeclarativeExpression.Michael Brasser2011-06-093-0/+141
When the compiler sees a script string, it will attempt to rewrite it and store the id for the rewrite in the script string. We can then create a QDeclarativeExpression using the id, which saves us a rewrite at runtime. Reviewed-by: Aaron Kennedy