summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qpacketprotocol.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-271-1/+1
|
* Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-261-2/+2
|
* DocAaron Kennedy2009-07-071-2/+3
|
* CleanupMichael Brasser2009-06-301-3/+38
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Add basic client/server debugging supportAaron Kennedy2009-05-251-0/+462
The canvas framerate monitor now uses this support.