aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppStanza.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppStanza.h')
-rw-r--r--src/QXmppStanza.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/QXmppStanza.h b/src/QXmppStanza.h
index 6a940ce4..dc1c1346 100644
--- a/src/QXmppStanza.h
+++ b/src/QXmppStanza.h
@@ -99,7 +99,7 @@ public:
Type type() const;
// FIXME : remove this once is gone
- bool isValid();
+ bool isValid() const;
/// \cond
void parse(const QDomElement &element);
@@ -142,7 +142,7 @@ public:
/// \cond
// FIXME : why is this needed?
- bool isErrorStanza();
+ bool isErrorStanza() const;
protected:
void generateAndSetNextId();