From: Kurt Pattyn Date: Sun, 9 Mar 2014 11:41:49 +0000 (+0100) Subject: Cleanup header X-Git-Tag: v5.4.0-alpha1~22 X-Git-Url: http://review.tizen.org/git/?p=contrib%2Fqtwebsockets.git;a=commitdiff_plain;h=754854397ddb6e1e4ec7b8ffbc84d3ffa6c29761 Cleanup header Change-Id: Ib81683e84192a19ca660a7413ee0fcbd69909768 Reviewed-by: Kurt Pattyn --- diff --git a/src/websockets/qwebsockethandshakeresponse_p.h b/src/websockets/qwebsockethandshakeresponse_p.h index 030d26f..bc98af2 100644 --- a/src/websockets/qwebsockethandshakeresponse_p.h +++ b/src/websockets/qwebsockethandshakeresponse_p.h @@ -86,10 +86,6 @@ public: QWebSocketProtocol::CloseCode error() const; QString errorString() const; -public Q_SLOTS: - -Q_SIGNALS: - private: bool m_isValid; bool m_canUpgrade;