diff options
author | Kurt Pattyn <pattyn.kurt@gmail.com> | 2014-01-13 11:23:56 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-13 16:14:28 +0100 |
commit | 9b0513ac67f0fa5d3658c48574f4f89c49c20945 (patch) | |
tree | ee59c76b070a9fb7ec1381cefebc4e89b54cb8da /tests | |
parent | c15e979b02bec88baecb464b8e526e7d876d30e1 (diff) | |
download | qtwebsockets-9b0513ac67f0fa5d3658c48574f4f89c49c20945.tar.gz |
Move OpCode out of public API
Change-Id: Ic0b34b684d6f9ca98789304ead1cf8b993422d02
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/handshakerequest/tst_handshakerequest.cpp | 1 | ||||
-rw-r--r-- | tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/handshakerequest/tst_handshakerequest.cpp b/tests/auto/handshakerequest/tst_handshakerequest.cpp index 8b9133c..ca36ff2 100644 --- a/tests/auto/handshakerequest/tst_handshakerequest.cpp +++ b/tests/auto/handshakerequest/tst_handshakerequest.cpp @@ -45,6 +45,7 @@ #include <QtCore/QtEndian> #include "private/qwebsockethandshakerequest_p.h" +#include "private/qwebsocketprotocol_p.h" #include "QtWebSockets/qwebsocketprotocol.h" QT_USE_NAMESPACE diff --git a/tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp b/tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp index 80e7b39..6d44241 100644 --- a/tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp +++ b/tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp @@ -46,6 +46,7 @@ #include "QtWebSockets/qwebsocketcorsauthenticator.h" #include "QtWebSockets/qwebsocketprotocol.h" +#include "private/qwebsocketprotocol_p.h" QT_USE_NAMESPACE |