summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecontextscriptclass_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-031-0/+1
| | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+101
QDeclarativeXXX.