summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinstruction_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warning on RVCTAaron Kennedy2010-03-051-148/+173
| | | | | Anonymous structures in unions cause warnings on this compiler. QTBUG-8738
* Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-041-0/+1
| | | | QTBUG-8677
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+319
QDeclarativeXXX.