summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qdeclarativedebugserverconnection_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* QDeclarativeDebug: Move Tcp server to separate pluginKai Koehne2010-12-171-2/+7
| | | | Reviewed-by: Christiaan Janssen
* QDeclarativeDebug: Move networking code out of QDeclarativeDebugServerKai Koehne2010-12-171-0/+68
Move socket handling code out of QDeclarativeDebugServer into a QDeclarativeDebugServer(Tcp)Connection class. Reviewed-by: Christiaan Janssen