diff options
Diffstat (limited to 'src/base/QXmppStanza.cpp')
| -rw-r--r-- | src/base/QXmppStanza.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/base/QXmppStanza.cpp b/src/base/QXmppStanza.cpp index 0d7e55de..3ee0e752 100644 --- a/src/base/QXmppStanza.cpp +++ b/src/base/QXmppStanza.cpp @@ -416,11 +416,6 @@ void QXmppStanza::generateAndSetNextId() m_id = "qxmpp" + QString::number(s_uniqeIdNo); } -bool QXmppStanza::isErrorStanza() const -{ - return m_error.isValid(); -} - void QXmppStanza::parse(const QDomElement &element) { m_from = element.attribute("from"); |
