summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlerror.h
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-86/+0
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* fix headersWarwick Allison2009-10-291-16/+16
|
* Add a QmlExpression::error() methodAaron Kennedy2009-10-281-0/+2
| | | | | QmlExpression should not print errors itself. This is the responsibility of the caller.
* Add a QmlError::toString() methodAaron Kennedy2009-07-161-0/+2
|
* Improve error handling consistencyAaron Kennedy2009-05-051-0/+82