diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-07-15 17:09:32 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-07-15 17:50:40 -0300 |
commit | c0f8cd0278bc67ab209e564aebdd6df5cc127bfb (patch) | |
tree | d1ae0b63a25c97deddbb0dcf7228873467aeb2d9 /qt4 | |
parent | ec5b753a62460cff08b152e7ae45d254d2904f0a (diff) |
IncomingFileTransferChannel: Move signals docs to the bottom of the class implementation.
Diffstat (limited to 'qt4')
-rw-r--r-- | qt4/TelepathyQt4/incoming-file-transfer-channel.cpp | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/qt4/TelepathyQt4/incoming-file-transfer-channel.cpp b/qt4/TelepathyQt4/incoming-file-transfer-channel.cpp index 4be1aa1ae..a9bdad520 100644 --- a/qt4/TelepathyQt4/incoming-file-transfer-channel.cpp +++ b/qt4/TelepathyQt4/incoming-file-transfer-channel.cpp @@ -255,16 +255,6 @@ PendingOperation *IncomingFileTransferChannel::acceptFile(qulonglong offset, return pv; } -/** - * \fn void IncomingFileTransferChannel::uriDefined(const QString &uri); - * - * This signal is emitted when the value of uri() of this file transfer channel - * changes. - * - * \param uri The new URI of this file transfer channel. - * \sa FileTransferChannel::uri(), setUri() - */ - void IncomingFileTransferChannel::onAcceptFileFinished(PendingOperation *op) { if (op->isError()) { @@ -388,4 +378,13 @@ void IncomingFileTransferChannel::setFinished() FileTransferChannel::setFinished(); } +/** + * \fn void IncomingFileTransferChannel::uriDefined(const QString &uri) + * + * Emitted when the value of uri() changes. + * + * \param uri The new URI of this file transfer channel. + * \sa FileTransferChannel::uri(), setUri() + */ + } // Tp |