summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketprotocol.h
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-01 13:12:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-01 13:13:35 +0100
commitd26e2ce1594af6e9088b176ccb31c4033e367839 (patch)
treea083044aa5ef67fddf3a57f67f4f1b5630468909 /src/websockets/qwebsocketprotocol.h
parent3501d4e9c315af97f0d7878d1af7f4300a815ea3 (diff)
downloadqtwebsockets-d26e2ce1594af6e9088b176ccb31c4033e367839.tar.gz
Add functionality to ignore ssl errors
Change-Id: I81248b9af104c0b3d37c9cfcef250a102f4b1d32 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/qwebsocketprotocol.h')
-rw-r--r--src/websockets/qwebsocketprotocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/websockets/qwebsocketprotocol.h b/src/websockets/qwebsocketprotocol.h
index ca2d09f..4d4dd6a 100644
--- a/src/websockets/qwebsocketprotocol.h
+++ b/src/websockets/qwebsocketprotocol.h
@@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#define QWEBSOCKETPROTOCOL_H
#include <qglobal.h>
+#include "qwebsockets_global.h"
QT_BEGIN_NAMESPACE