summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-07-15 17:09:32 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-07-15 17:50:40 -0300
commitc0f8cd0278bc67ab209e564aebdd6df5cc127bfb (patch)
treed1ae0b63a25c97deddbb0dcf7228873467aeb2d9 /qt4
parentec5b753a62460cff08b152e7ae45d254d2904f0a (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.cpp19
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