summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecustomparser_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow enum constants as list element properties.Warwick Allison2010-03-171-0/+7
| | | | Task-number: QTBUG-5974
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-1/+2
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-241-1/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+142
QDeclarativeXXX.