aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qwebchannelabstracttransport.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-05-06 12:46:02 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-05-07 17:28:27 +0200
commit9c3c2efd3b9b381b4cddf2cf96a3ce3bd2563f1d (patch)
tree1fe34d7d288ba595604a2970516dce041e0ada1c /src/webchannel/qwebchannelabstracttransport.h
parent432ed9647818ca652eec64a24860823ecc326f4a (diff)
Minor style cleanup
Change-Id: Id479b97550306418df3b8635a58631cf4429defd Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/webchannel/qwebchannelabstracttransport.h')
-rw-r--r--src/webchannel/qwebchannelabstracttransport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webchannel/qwebchannelabstracttransport.h b/src/webchannel/qwebchannelabstracttransport.h
index ecac588..e3747c7 100644
--- a/src/webchannel/qwebchannelabstracttransport.h
+++ b/src/webchannel/qwebchannelabstracttransport.h
@@ -50,8 +50,8 @@ class Q_WEBCHANNEL_EXPORT QWebChannelAbstractTransport : public QObject
{
Q_OBJECT
public:
- explicit QWebChannelAbstractTransport(QObject *parent = Q_NULLPTR);
- virtual ~QWebChannelAbstractTransport();
+ explicit QWebChannelAbstractTransport(QObject *parent = nullptr);
+ ~QWebChannelAbstractTransport() override;
public Q_SLOTS:
virtual void sendMessage(const QJsonObject &message) = 0;