aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4jssimplifier_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-061-0/+154
Similar to the Qt Quick Compiler we need to do the expression simplification pass at cache generation time to extract translation calls in list elements. Change-Id: I267fc9647ab82bc83d6b087c06c0036df38238ff Reviewed-by: Lars Knoll <lars.knoll@qt.io>