From 64cb07e38b24c7efc1279997b0b5aa13a6d3184c Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 19 Jul 2010 13:22:25 +0000 Subject: prune some unused code --- example/example_3_transferHandling/xmppClient.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'example/example_3_transferHandling/xmppClient.cpp') diff --git a/example/example_3_transferHandling/xmppClient.cpp b/example/example_3_transferHandling/xmppClient.cpp index 12c5fed6..6bd18b78 100644 --- a/example/example_3_transferHandling/xmppClient.cpp +++ b/example/example_3_transferHandling/xmppClient.cpp @@ -45,17 +45,6 @@ xmppClient::xmppClient(QObject *parent) Q_ASSERT(check); } -/// Request that the given file be sent to the recipient once he/she is online. -/// -/// \param recipient -/// \param file - -void xmppClient::sendOnceAvailable(const QString &recipient, const QString &file) -{ - m_sendRecipient = recipient; - m_sendFile = file; -} - /// A file transfer failed. void xmppClient::slotError(QXmppTransferJob::Error error) -- cgit v1.2.3