From 800ec535e684befd60c7fa11baff5dafbc9f020c Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Sat, 2 Nov 2013 12:49:57 +0100 Subject: Move non-public methods from websocketprotocol to private header Add bigendian conversion of masks to unit tests Change-Id: I3f23fb62aac1c6d06e5fafb1bd4bc47cc03765ce Reviewed-by: Kurt Pattyn --- src/websockets/websockets.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/websockets/websockets.pro') diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro index 84bf8e3..f17fcbd 100644 --- a/src/websockets/websockets.pro +++ b/src/websockets/websockets.pro @@ -21,6 +21,7 @@ PUBLIC_HEADERS += \ PRIVATE_HEADERS += \ $$PWD/qwebsocket_p.h \ $$PWD/qwebsocketserver_p.h \ + $$PWD/qwebsocketprotocol_p.h \ $$PWD/qwebsockethandshakerequest_p.h \ $$PWD/qwebsockethandshakeresponse_p.h \ $$PWD/qwebsocketdataprocessor_p.h \ @@ -32,7 +33,7 @@ SOURCES += \ $$PWD/qwebsocket_p.cpp \ $$PWD/qwebsocketserver.cpp \ $$PWD/qwebsocketserver_p.cpp \ - $$PWD/qwebsocketprotocol.cpp \ + $$PWD/qwebsocketprotocol_p.cpp \ $$PWD/qwebsockethandshakerequest_p.cpp \ $$PWD/qwebsockethandshakeresponse_p.cpp \ $$PWD/qwebsocketdataprocessor_p.cpp \ -- cgit v1.2.1