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/QXmppClient.h | |
| parent | fd70dcd1a7aea78ecf17ca16ae19ec1a5f5b6522 (diff) | |
| download | qxmpp-bcbd1b01744010c3f84c81e8d21cde6117afbe0b.tar.gz | |
don't use a dedicated signal to signal arrival of QXmppVersionIq
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 9275cbb8..2a2f831e 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -48,7 +48,6 @@ struct QXmppRemoteMethodResult; class QXmppArchiveManager; class QXmppDiscoveryIq; class QXmppTransferManager; -class QXmppVersionIq; /// \brief The QXmppClient class is the main class for using QXmpp. /// @@ -165,9 +164,6 @@ signals: /// Notifies that an XMPP service discovery iq stanza is received. void discoveryIqReceived(const QXmppDiscoveryIq&); - /// Notifies that an XMPP version iq stanza is received. - void versionIqReceived(const QXmppVersionIq&); - public: QAbstractSocket::SocketError getSocketError(); |
