diff options
Diffstat (limited to 'source/QXmppMessage.h')
| -rw-r--r-- | source/QXmppMessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppMessage.h b/source/QXmppMessage.h index 92b55478..45fd1570 100644 --- a/source/QXmppMessage.h +++ b/source/QXmppMessage.h @@ -70,7 +70,7 @@ public: QString thread() const; void setThread(const QString&); - void parse(QDomElement &element); + void parse(const QDomElement &element); void toXml(QXmlStreamWriter *writer) const; // deprecated accessors, use the form without "get" instead |
