summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativedeclarativedata_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-091-4/+13
| | | | | | | QML now behaves in a way similar to QtScript when it comes to QObject ownership. QT-2803
* QDeclarativeGuard should handle objects being deletedAaron Kennedy2010-03-031-0/+5
|
* Don't return QDeclarativeDeclarativeData for a deleting objectAaron Kennedy2010-03-021-1/+4
| | | | This was causing crashes in the qmldesigner.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+138
QDeclarativeXXX.