summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.h
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-01-18 16:21:39 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 19:17:49 +0100
commit770ef51efa416bf939b237c2e01d7657a7dc6696 (patch)
treea8ff2668143b7fa45760aaf160f9aa6532e5fe17 /src/websockets/qwebsocket.h
parent76cd00f8fdb249d866723ced0514041099f95a4b (diff)
downloadqtwebsockets-770ef51efa416bf939b237c2e01d7657a7dc6696.tar.gz
Remove dubious functions
Change-Id: Ida5c46e3e42685f5e78f2aee657d12af62286810 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 4fba278..18f8994 100644
--- a/src/websockets/qwebsocket.h
+++ b/src/websockets/qwebsocket.h
@@ -104,8 +104,6 @@ public:
QWebSocketProtocol::CloseCode closeCode() const;
QString closeReason() const;
- qint64 write(const char *message) Q_REQUIRED_RESULT;
- qint64 write(const char *message, qint64 maxSize) Q_REQUIRED_RESULT;
qint64 write(const QString &message) Q_REQUIRED_RESULT;
qint64 write(const QByteArray &data) Q_REQUIRED_RESULT;