summaryrefslogtreecommitdiff
path: root/src/webchannel/qwebchannel.h
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2014-06-26 15:08:01 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-06-26 15:32:55 +0200
commit6e2b5470dd1606c23ddf237d1b471530280e842c (patch)
tree13b8c03f4b8a77bf145e3d14136d915468567e48 /src/webchannel/qwebchannel.h
parent48e814442e6e8507aacd16362b44d5754c059228 (diff)
downloadqtwebchannel-6e2b5470dd1606c23ddf237d1b471530280e842c.tar.gz
Fix public headers for use with QT_NO_KEYWORDS
QtWebEngineCore has to build that way, so we better make sure the two can play nicely together. Change-Id: Ibab5a2d042b3c8ea230922aeca6768ffec2ca452 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com> Reviewed-by: Milian Wolff <milian.wolff@kdab.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 ec3f72b..76e77b8 100644
--- a/src/webchannel/qwebchannel.h
+++ b/src/webchannel/qwebchannel.h
@@ -92,10 +92,10 @@ public:
void connectTo(QWebChannelTransportInterface *transport);
void disconnectFrom(QWebChannelTransportInterface *transport);
-signals:
+Q_SIGNALS:
void blockUpdatesChanged(bool block);
-public slots:
+public Q_SLOTS:
void sendMessage(const QJsonValue &id, const QJsonValue &data = QJsonValue()) const;
private: