diff options
Diffstat (limited to 'src/webchannel/qwebchannel_p.h')
-rw-r--r-- | src/webchannel/qwebchannel_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webchannel/qwebchannel_p.h b/src/webchannel/qwebchannel_p.h index 62b2cd5..add55d1 100644 --- a/src/webchannel/qwebchannel_p.h +++ b/src/webchannel/qwebchannel_p.h @@ -53,8 +53,6 @@ class QJsonValue; class QWebChannelAbstractTransport; class QMetaObjectPublisher; -Q_WEBCHANNEL_EXPORT QByteArray generateJSONMessage(const QJsonValue &id, const QJsonValue &data, bool response); - class Q_WEBCHANNEL_EXPORT QWebChannelPrivate : public QObjectPrivate { Q_DECLARE_PUBLIC(QWebChannel) |