summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativetransition_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Add missing NOTIFYs.Michael Brasser2010-03-231-3/+8
| | | | Task-number: QTBUG-8816
* 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/+101
QDeclarativeXXX.