diff options
Diffstat (limited to 'example/example_3_transferHandling/xmppClient.h')
| -rw-r--r-- | example/example_3_transferHandling/xmppClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_3_transferHandling/xmppClient.h b/example/example_3_transferHandling/xmppClient.h index dc730d3e..ce401e22 100644 --- a/example/example_3_transferHandling/xmppClient.h +++ b/example/example_3_transferHandling/xmppClient.h @@ -39,10 +39,10 @@ public: void sendOnceAvailable(const QString &recipient, const QString &file); private slots: - void slotConnected(); void slotError(QXmppTransferJob::Error error); void slotFileReceived(QXmppTransferJob *job); void slotFinished(); + void slotPresenceReceived(const QXmppPresence &presence); void slotProgress(qint64 done, qint64 total); private: |
