diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-04-20 17:14:09 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-04-20 17:14:09 +0000 |
| commit | 9684bb108207ae64ddbb0a0708f69890b250783c (patch) | |
| tree | 7cc104d599fba6d2350ce9d993e67415d71c4c9f /src/client/QXmppClient.h | |
| parent | e5fb3e50428b26edf0800ff91c3805929e6819a1 (diff) | |
| download | qxmpp-9684bb108207ae64ddbb0a0708f69890b250783c.tar.gz | |
remove QXmppPacket from user-facing APIs
Diffstat (limited to 'src/client/QXmppClient.h')
| -rw-r--r-- | src/client/QXmppClient.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h index b3cbc3b3..c4696911 100644 --- a/src/client/QXmppClient.h +++ b/src/client/QXmppClient.h @@ -35,7 +35,6 @@ class QXmppClientExtension; class QXmppClientPrivate; class QXmppPresence; class QXmppMessage; -class QXmppPacket; class QXmppIq; class QXmppStream; @@ -228,7 +227,7 @@ public slots: void connectToServer(const QString &jid, const QString &password); void disconnectFromServer(); - bool sendPacket(const QXmppPacket&); + bool sendPacket(const QXmppStanza&); void sendMessage(const QString& bareJid, const QString& message); private slots: |
