aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-05-26 10:09:23 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-05-26 10:09:23 +0000
commitbcbd1b01744010c3f84c81e8d21cde6117afbe0b (patch)
tree43734457a28739c75bb68ca696c389eb16513427 /source/QXmppStream.h
parentfd70dcd1a7aea78ecf17ca16ae19ec1a5f5b6522 (diff)
downloadqxmpp-bcbd1b01744010c3f84c81e8d21cde6117afbe0b.tar.gz
don't use a dedicated signal to signal arrival of QXmppVersionIq
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index f1bf6492..454c5bc7 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -106,7 +106,6 @@ signals:
void archivePrefIqReceived(const QXmppArchivePrefIq&);
void discoveryIqReceived(const QXmppDiscoveryIq&);
- void versionIqReceived(const QXmppVersionIq&);
void byteStreamIqReceived(const QXmppByteStreamIq&);
void ibbCloseIqReceived(const QXmppIbbCloseIq&);