Added TODO explaining some optimizations
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 13 Oct 2013 10:15:07 +0000 (12:15 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 13 Oct 2013 10:25:04 +0000 (12:25 +0200)
commit7d27956893423e0447aedaa0038bf38e5725ddfd
treea40ccd821b073f4c8f7e4d4a83d1df9ea1b5d84e
parente420d258afeb52adf14e4101e5ead8b0981a1718
Added TODO explaining some optimizations

Moved documentation from .h to .cpp
Export QWebSocketFrame class for unit testing
Added unit tests for web socket frames

Change-Id: I824da86fed37fbcd1f5671a21467af7a66f5c019
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
src/websockets/qwebsocket_p.cpp
src/websockets/qwebsocketframe_p.cpp
src/websockets/qwebsocketframe_p.h
tests/auto/websocketframe/tst_websocketframe.cpp [new file with mode: 0644]
tests/auto/websocketframe/websocketframe.pro [new file with mode: 0644]