aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppPingIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppPingIq.h')
-rw-r--r--src/base/QXmppPingIq.h2
1 files changed, 1 insertions, 1 deletions
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);
};