diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-27 01:31:19 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-27 01:31:19 (GMT) |
commit | c8503d44bce2e038a5e2ba7597878dbcfcced4cb (patch) | |
tree | cb21aa15c8ca3b1672fcc49be6a850b970ed552c /src/declarative/debugger | |
parent | baeb25062194c9ddc36c4536662de46b6b09cd68 (diff) | |
download | Qt-c8503d44bce2e038a5e2ba7597878dbcfcced4cb.zip Qt-c8503d44bce2e038a5e2ba7597878dbcfcced4cb.tar.gz Qt-c8503d44bce2e038a5e2ba7597878dbcfcced4cb.tar.bz2 |
Rename Behavior cpp class to match the QML name.
Diffstat (limited to 'src/declarative/debugger')
-rw-r--r-- | src/declarative/debugger/qpacketprotocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qpacketprotocol.cpp b/src/declarative/debugger/qpacketprotocol.cpp index 6bccf4b..84882dd 100644 --- a/src/declarative/debugger/qpacketprotocol.cpp +++ b/src/declarative/debugger/qpacketprotocol.cpp @@ -391,7 +391,7 @@ QIODevice * QPacketProtocol::device() Only packets returned from QPacketProtocol::read() may be read from. QPacket instances constructed by directly by applications are for transmission only and are considered "write only". Attempting to read data from them will - result in undefined behaviour. + result in undefined behavior. \ingroup io \sa QPacketProtocol |