summaryrefslogtreecommitdiff
path: root/tests/webchannel/tst_webchannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/webchannel/tst_webchannel.h')
-rw-r--r--tests/webchannel/tst_webchannel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/webchannel/tst_webchannel.h b/tests/webchannel/tst_webchannel.h
index 26aa913..314fe99 100644
--- a/tests/webchannel/tst_webchannel.h
+++ b/tests/webchannel/tst_webchannel.h
@@ -56,9 +56,9 @@ public:
{}
~DummyTransport() {};
- void sendMessage(const QString &/*message*/) const Q_DECL_OVERRIDE
+ void sendMessage(const QString &/*message*/, int /*clientId*/) const Q_DECL_OVERRIDE
{}
- void sendMessage(const QByteArray &/*message*/) const Q_DECL_OVERRIDE
+ void sendMessage(const QByteArray &/*message*/, int /*clientId*/) const Q_DECL_OVERRIDE
{}
void setMessageHandler(QWebChannelMessageHandlerInterface * /*handler*/) Q_DECL_OVERRIDE
{}