summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qdeclarativedebugservice_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Wait for debug clients asynchronously instead of blocking creation ofBea Lam2010-04-161-5/+2
| | | | | | the engine until a debug client has connected. This makes for easier debugging from Qt Creator when debugging C++ and QML together and when debugging an application that has multiple engines.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+92
QDeclarativeXXX.