summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecontextscriptclass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-031-2/+28
| | | | | | | 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/+275
QDeclarativeXXX.