diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-05-26 10:09:23 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-05-26 10:09:23 +0000 |
| commit | bcbd1b01744010c3f84c81e8d21cde6117afbe0b (patch) | |
| tree | 43734457a28739c75bb68ca696c389eb16513427 /source/QXmppStream.h | |
| parent | fd70dcd1a7aea78ecf17ca16ae19ec1a5f5b6522 (diff) | |
| download | qxmpp-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.h | 1 |
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&); |
