summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecontext.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing Q_DISABLE_COPYs.Michael Brasser2010-04-221-0/+1
|
* Reduce warnings at shutdownAaron Kennedy2010-04-141-0/+2
| | | | | | QTBUG-9799 Reviewed-by: Alexis Menard
* Include qvariant.h as a convenience as context propertiesBea Lam2010-04-141-0/+1
| | | | are commonly set and accessed
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-1/+3
|
* Replace QDeclarativeContext::addDefaultObject() -> setContextObject()Aaron Kennedy2010-03-111-3/+4
| | | | It is faster and easier to use to just support a single context object.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+107
QDeclarativeXXX.