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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webchannel/qwebchannel.h b/src/webchannel/qwebchannel.h
index 9e30152..9139a15 100644
--- a/src/webchannel/qwebchannel.h
+++ b/src/webchannel/qwebchannel.h
@@ -96,8 +96,8 @@ signals:
void blockUpdatesChanged(bool block);
public slots:
- void sendMessage(const QJsonValue& id, const QJsonValue& data = QJsonValue()) const;
- void respond(const QJsonValue& messageId, const QJsonValue& data = QJsonValue()) const;
+ void sendMessage(const QJsonValue &id, const QJsonValue &data = QJsonValue()) const;
+ void respond(const QJsonValue &messageId, const QJsonValue &data = QJsonValue()) const;
private:
QScopedPointer<QWebChannelPrivate> d;