summaryrefslogtreecommitdiff
path: root/src/declarative/qml/qdeclarativelist.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.
* Make QDeclarativeListProperty a classAaron Kennedy2010-03-301-1/+2
| | | | Apparently structs are not socially acceptable.
* Protect the QDeclarativeListProperty used in QGraphicsItem with ifdefAlexis Menard2010-03-251-0/+4
| | | | | | Then it fixes the build Reviewed-by:TrustMe
* --warn;Gunnar Sletta2010-03-151-4/+4
|
* Compile fix on WindowsAlan Alpert2010-03-021-1/+1
|
* Simplify QML element registration headersAaron Kennedy2010-02-241-1/+5
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+143
QDeclarativeXXX.