summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativebinding_p_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Split responsibilities in QDeclarativeExpression more cleanlyAaron Kennedy2010-07-141-17/+11
|
* 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.
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-2/+2
| | | | There's nothing meta about our properties.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+91
QDeclarativeXXX.