summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeparserstatus.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-301-2/+2
| | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+75
QDeclarativeXXX.