summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qdeclarativejsast.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Fixed: Declared properties cannot be assigned in declarationRoberto Raggi2010-03-311-0/+1
| | | | Task-number: QTBUG-7860
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+955
QDeclarativeXXX.