aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qwebchannel.h
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-02-01 13:44:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-21 11:11:10 +0100
commit2e6607507719a396c941a13e2429647901f60917 (patch)
treec1c1bda52b9fb8aae6c49f2c2e387c40411f5987 /src/webchannel/qwebchannel.h
parent03f0255474270579fe0c5c4b0856e5aef5c2eae1 (diff)
Fix minor coding style issues.
Add space between type name and & or *. Change-Id: I64bfe20510cb43ee0a0b6e08bd433fc657e925a0 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
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;