summaryrefslogtreecommitdiff
path: root/src/webchannel/qwebchannel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/qwebchannel_p.h')
-rw-r--r--src/webchannel/qwebchannel_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webchannel/qwebchannel_p.h b/src/webchannel/qwebchannel_p.h
index 954134e..b81640e 100644
--- a/src/webchannel/qwebchannel_p.h
+++ b/src/webchannel/qwebchannel_p.h
@@ -53,12 +53,12 @@ class QJsonValue;
class QWebChannelTransportInterface;
class QMetaObjectPublisher;
+Q_WEBCHANNEL_EXPORT QByteArray generateJSONMessage(const QJsonValue &id, const QJsonValue &data, bool response);
+
struct Q_WEBCHANNEL_EXPORT QWebChannelPrivate
{
QVector<QWebChannelTransportInterface*> transports;
QMetaObjectPublisher *publisher;
-
- void sendJSONMessage(const QJsonValue &id, const QJsonValue &data, bool response) const;
};
QT_END_NAMESPACE