aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qwebchannelabstracttransport.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-03-07 19:33:08 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2016-03-07 19:33:08 +0100
commita2c3b32d08ed24279609a8c01b09c1147a9ff6b9 (patch)
treea338bf45761158d616df7e912d86144ee9abe300 /src/webchannel/qwebchannelabstracttransport.h
parenta9bad172f62fe1dda280df5477a8b7c1bd57690d (diff)
parent64a106da72796377bbff5cce0ecc5a379b105498 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1
Diffstat (limited to 'src/webchannel/qwebchannelabstracttransport.h')
-rw-r--r--src/webchannel/qwebchannelabstracttransport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/qwebchannelabstracttransport.h b/src/webchannel/qwebchannelabstracttransport.h
index 56633db..ecac588 100644
--- a/src/webchannel/qwebchannelabstracttransport.h
+++ b/src/webchannel/qwebchannelabstracttransport.h
@@ -50,7 +50,7 @@ class Q_WEBCHANNEL_EXPORT QWebChannelAbstractTransport : public QObject
{
Q_OBJECT
public:
- explicit QWebChannelAbstractTransport(QObject *parent = 0);
+ explicit QWebChannelAbstractTransport(QObject *parent = Q_NULLPTR);
virtual ~QWebChannelAbstractTransport();
public Q_SLOTS: