summaryrefslogtreecommitdiff
path: root/src/webchannel/qwebchannelabstracttransport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/qwebchannelabstracttransport.h')
-rw-r--r--src/webchannel/qwebchannelabstracttransport.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/webchannel/qwebchannelabstracttransport.h b/src/webchannel/qwebchannelabstracttransport.h
index a13851c..b98ba3f 100644
--- a/src/webchannel/qwebchannelabstracttransport.h
+++ b/src/webchannel/qwebchannelabstracttransport.h
@@ -56,15 +56,9 @@ public:
virtual ~QWebChannelAbstractTransport();
public Q_SLOTS:
- /**
- * Send a text @p message to the remote client.
- */
virtual void sendMessage(const QJsonObject &message) = 0;
Q_SIGNALS:
- /**
- * Emitted when a new text message was received from the remote client.
- */
void messageReceived(const QJsonObject &message, QWebChannelAbstractTransport *transport);
};