summaryrefslogtreecommitdiff
path: root/src/websockets/websockets.pro
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-02 12:49:57 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-02 12:51:38 +0100
commit800ec535e684befd60c7fa11baff5dafbc9f020c (patch)
treeb13591079718e361fbd74f378f44a5d9c90759f1 /src/websockets/websockets.pro
parent97c8e5a36dde11ddf238678e5711e5979c2c106b (diff)
downloadqtwebsockets-800ec535e684befd60c7fa11baff5dafbc9f020c.tar.gz
Move non-public methods from websocketprotocol to private header
Add bigendian conversion of masks to unit tests Change-Id: I3f23fb62aac1c6d06e5fafb1bd4bc47cc03765ce Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/websockets.pro')
-rw-r--r--src/websockets/websockets.pro3
1 files changed, 2 insertions, 1 deletions
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 \