aboutsummaryrefslogtreecommitdiffstats
path: root/src/websockets/qwebsocket_p.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-04-15 09:10:47 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-04-15 09:10:47 +0200
commit0a9cbcf2894f4f9e621e0f5fb644d2b5e15ab2c7 (patch)
tree3281831d594bf04d87667b08c525bb4cc31921f2 /src/websockets/qwebsocket_p.h
parent0fcfc33963a48dee74eb971decbf89f35c3240f0 (diff)
parent5b469aa3c4d6b9c68feb9cf92d03614077518894 (diff)
Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-beta1
Diffstat (limited to 'src/websockets/qwebsocket_p.h')
-rw-r--r--src/websockets/qwebsocket_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/websockets/qwebsocket_p.h b/src/websockets/qwebsocket_p.h
index d9d0689..7379c51 100644
--- a/src/websockets/qwebsocket_p.h
+++ b/src/websockets/qwebsocket_p.h
@@ -162,6 +162,8 @@ private:
void setSocketState(QAbstractSocket::SocketState state);
void setErrorString(const QString &errorString);
+ void socketDestroyed(QObject *socket);
+
void processData();
void processPing(const QByteArray &data);
void processPong(const QByteArray &data);