summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.h
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-01-25 14:44:50 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-01 15:36:18 +0100
commit88de191cfbde67fffedad211317afad0ff3cee3c (patch)
tree389346d0365abc3c93b9f3b8d9eb660d4a88f145 /src/websockets/qwebsocket.h
parentc82c6ab73b2adbeaa64febcab591cbaa3a29de3e (diff)
downloadqtwebsockets-88de191cfbde67fffedad211317afad0ff3cee3c.tar.gz
Removed unsupported functionality
Removed subprotocol and extension getter functionality, as this is currently not supported by QtWebSockets. I left the backend implementation intact (in the _p files), for future reference. Change-Id: Ia00739f6f225cd557ceb10b40c83fc81d98aae0b Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/qwebsocket.h')
-rw-r--r--src/websockets/qwebsocket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/websockets/qwebsocket.h b/src/websockets/qwebsocket.h
index 7f4131e..757cf36 100644
--- a/src/websockets/qwebsocket.h
+++ b/src/websockets/qwebsocket.h
@@ -99,8 +99,6 @@ public:
QString resourceName() const;
QUrl requestUrl() const;
QString origin() const;
- QString protocol() const;
- QString extension() const;
QWebSocketProtocol::CloseCode closeCode() const;
QString closeReason() const;