From 45eadd663ff22df46fadf03c45db7e058e71e476 Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Wed, 12 Feb 2014 15:17:58 +0100 Subject: Add user configurable mask generation Created a QMaskGenerator abstract base class to serve as a basis for user specific mask generators. Added the possibility to override the default mask generation in QWebSocket. Change-Id: Iaa02b44193f854d103b5f352617789175fe61f89 Reviewed-by: Kurt Pattyn --- tests/auto/auto.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/auto/auto.pro') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 34b232b..31900a4 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -7,7 +7,8 @@ contains(QT_CONFIG, private_tests): SUBDIRS += \ websocketprotocol \ dataprocessor \ websocketframe \ - handshakerequest + handshakerequest \ + qdefaultmaskgenerator SUBDIRS += \ qwebsocket \ -- cgit v1.2.1