summaryrefslogtreecommitdiff
path: root/src/webchannel/qwebchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/qwebchannel.h')
-rw-r--r--src/webchannel/qwebchannel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webchannel/qwebchannel.h b/src/webchannel/qwebchannel.h
index 9139a15..ec3f72b 100644
--- a/src/webchannel/qwebchannel.h
+++ b/src/webchannel/qwebchannel.h
@@ -97,7 +97,6 @@ signals:
public slots:
void sendMessage(const QJsonValue &id, const QJsonValue &data = QJsonValue()) const;
- void respond(const QJsonValue &messageId, const QJsonValue &data = QJsonValue()) const;
private:
QScopedPointer<QWebChannelPrivate> d;