Renamed source directory to src (to be in line with Qt)
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 24 Aug 2013 22:50:59 +0000 (00:50 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sat, 24 Aug 2013 22:50:59 +0000 (00:50 +0200)
commitaf7b65d80c245cddc781d1a6c130bf4b7c7c1556
tree96ecf60f626d79b86101b846d953a3228759c86c
parent065d348a8231c6748aebb112c87d1775ead8c26e
Renamed source directory to src (to be in line with Qt)
21 files changed:
examples/echoclient/echoclient.pro
examples/echoserver/echoserver.pro
src/dataprocessor_p.cpp [moved from source/dataprocessor_p.cpp with 100% similarity]
src/dataprocessor_p.h [moved from source/dataprocessor_p.h with 100% similarity]
src/handshakerequest_p.cpp [moved from source/handshakerequest_p.cpp with 100% similarity]
src/handshakerequest_p.h [moved from source/handshakerequest_p.h with 100% similarity]
src/handshakeresponse_p.cpp [moved from source/handshakeresponse_p.cpp with 100% similarity]
src/handshakeresponse_p.h [moved from source/handshakeresponse_p.h with 100% similarity]
src/qwebsocket.cpp [moved from source/qwebsocket.cpp with 100% similarity]
src/qwebsocket.h [moved from source/qwebsocket.h with 100% similarity]
src/qwebsocket_p.cpp [moved from source/qwebsocket_p.cpp with 100% similarity]
src/qwebsocket_p.h [moved from source/qwebsocket_p.h with 100% similarity]
src/qwebsocketprotocol.cpp [moved from source/qwebsocketprotocol.cpp with 100% similarity]
src/qwebsocketprotocol.h [moved from source/qwebsocketprotocol.h with 100% similarity]
src/qwebsocketserver.cpp [moved from source/qwebsocketserver.cpp with 100% similarity]
src/qwebsocketserver.h [moved from source/qwebsocketserver.h with 100% similarity]
src/qwebsocketserver_p.cpp [moved from source/qwebsocketserver_p.cpp with 100% similarity]
src/qwebsocketserver_p.h [moved from source/qwebsocketserver_p.h with 100% similarity]
src/qwebsocketsglobal.h [moved from source/qwebsocketsglobal.h with 100% similarity]
src/websocket.pri [moved from source/websocket.pri with 100% similarity]
test/unittests.pro