summaryrefslogtreecommitdiff
path: root/src/webchannel/qwebsockettransport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/qwebsockettransport.h')
-rw-r--r--src/webchannel/qwebsockettransport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webchannel/qwebsockettransport.h b/src/webchannel/qwebsockettransport.h
index 6b1cb13..b3e484f 100644
--- a/src/webchannel/qwebsockettransport.h
+++ b/src/webchannel/qwebsockettransport.h
@@ -57,8 +57,8 @@ public:
explicit QWebSocketTransport(QObject *parent = 0);
~QWebSocketTransport() Q_DECL_OVERRIDE;
- void sendMessage(const QByteArray &message) const Q_DECL_OVERRIDE;
- void sendMessage(const QString &message) const Q_DECL_OVERRIDE;
+ void sendMessage(const QByteArray &message, int clientId = -1) const Q_DECL_OVERRIDE;
+ void sendMessage(const QString &message, int clientId = -1) const Q_DECL_OVERRIDE;
void setMessageHandler(QWebChannelMessageHandlerInterface *handler) Q_DECL_OVERRIDE;
QString baseUrl() const;