diff options
Diffstat (limited to 'src/QXmppArchiveManager.cpp')
| -rw-r--r-- | src/QXmppArchiveManager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/QXmppArchiveManager.cpp b/src/QXmppArchiveManager.cpp index 55fe65ef..e6aa5fc6 100644 --- a/src/QXmppArchiveManager.cpp +++ b/src/QXmppArchiveManager.cpp @@ -42,10 +42,8 @@ void QXmppArchiveManager::archivePrefIqReceived(const QXmppArchivePrefIq &prefIq Q_UNUSED(prefIq); } -bool QXmppArchiveManager::handleStanza(QXmppStream *stream, const QDomElement &element) +bool QXmppArchiveManager::handleStanza(const QDomElement &element) { - Q_UNUSED(stream); - if (element.tagName() != "iq") return false; |
