aboutsummaryrefslogtreecommitdiffstats
path: root/src/websockets/qwebsocket_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/websockets/qwebsocket_p.h')
-rw-r--r--src/websockets/qwebsocket_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/websockets/qwebsocket_p.h b/src/websockets/qwebsocket_p.h
index 8f5d054..611c817 100644
--- a/src/websockets/qwebsocket_p.h
+++ b/src/websockets/qwebsocket_p.h
@@ -140,8 +140,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; //send data as binary