From b18a57daa33f0fefa5f4c63aa7f448b48d302e0d Mon Sep 17 00:00:00 2001 From: Jonah BrĂ¼chert Date: Fri, 10 May 2019 22:31:48 +0200 Subject: Modernize codebase using clang-tidy Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals --- src/base/QXmppPingIq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/QXmppPingIq.h') diff --git a/src/base/QXmppPingIq.h b/src/base/QXmppPingIq.h index c23381c5..3139dc13 100644 --- a/src/base/QXmppPingIq.h +++ b/src/base/QXmppPingIq.h @@ -30,7 +30,7 @@ class QXMPP_EXPORT QXmppPingIq : public QXmppIq { public: QXmppPingIq(); - void toXmlElementFromChild(QXmlStreamWriter *writer) const; + void toXmlElementFromChild(QXmlStreamWriter *writer) const override; static bool isPingIq(const QDomElement &element); }; -- cgit v1.2.3