aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppPingIq.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppPingIq.h')
-rw-r--r--source/QXmppPingIq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppPingIq.h b/source/QXmppPingIq.h
index 83b7db4d..a8bc425b 100644
--- a/source/QXmppPingIq.h
+++ b/source/QXmppPingIq.h
@@ -34,7 +34,7 @@ class QXmppPingIq : public QXmppIq
public:
QXmppPingIq();
void toXmlElementFromChild(QXmlStreamWriter *writer) const;
- static bool isPingIq( QDomElement &element );
+ static bool isPingIq(const QDomElement &element);
};
#endif