summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativepropertyvaluesource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix qdoc errorsBea Lam2010-05-051-0/+3
|
* Remove \internal from QDeclarativePropertyValueSource. It should beBea Lam2010-04-211-2/+4
| | | | public according to the docs.
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-1/+1
| | | | There's nothing meta about our properties.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+71
QDeclarativeXXX.