aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRpcIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppRpcIq.h')
-rw-r--r--src/base/QXmppRpcIq.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/base/QXmppRpcIq.h b/src/base/QXmppRpcIq.h
index ce406d4f..1edd31aa 100644
--- a/src/base/QXmppRpcIq.h
+++ b/src/base/QXmppRpcIq.h
@@ -60,8 +60,8 @@ public:
protected:
/// \cond
- void parseElementFromChild(const QDomElement &element);
- void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+ void parseElementFromChild(const QDomElement &element) override;
+ void toXmlElementFromChild(QXmlStreamWriter *writer) const override;
/// \endcond
private:
@@ -92,8 +92,8 @@ public:
protected:
/// \cond
- void parseElementFromChild(const QDomElement &element);
- void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+ void parseElementFromChild(const QDomElement &element) override;
+ void toXmlElementFromChild(QXmlStreamWriter *writer) const override;
/// \endcond
private:
@@ -117,8 +117,8 @@ public:
protected:
/// \cond
- void parseElementFromChild(const QDomElement &element);
- void toXmlElementFromChild(QXmlStreamWriter *writer) const;
+ void parseElementFromChild(const QDomElement &element) override;
+ void toXmlElementFromChild(QXmlStreamWriter *writer) const override;
/// \endcond
private: