diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-07-15 17:51:19 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-07-15 17:56:40 -0300 |
commit | 43a9a7583b4ffa7f8075256117256258461a411b (patch) | |
tree | 58a37a377c8f8bfc0248f336a6084ab52fdcd014 /qt4 | |
parent | abd41f70ba726bd2b4f8fda325568a8fe3e303a7 (diff) |
PendingSendMessage: Update docs.
Diffstat (limited to 'qt4')
-rw-r--r-- | qt4/TelepathyQt4/pending-send-message.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qt4/TelepathyQt4/pending-send-message.cpp b/qt4/TelepathyQt4/pending-send-message.cpp index 4f8509a19..0ee875fd8 100644 --- a/qt4/TelepathyQt4/pending-send-message.cpp +++ b/qt4/TelepathyQt4/pending-send-message.cpp @@ -74,7 +74,8 @@ PendingSendMessage::~PendingSendMessage() * Return the channel used to send the message if this instance was created using * TextChannel. If it was created using ContactMessenger, return a null TextChannelPtr. * - * \return A TextChannelPtr object. + * \return A pointer to the TextChannel object, or a null TextChannelPtr if created using + * ContactMessenger. */ TextChannelPtr PendingSendMessage::channel() const { @@ -85,7 +86,8 @@ TextChannelPtr PendingSendMessage::channel() const * Return the contact messenger used to send the message if this instance was created using * ContactMessenger. If it was created using TextChannel, return a null ContactMessengerPtr. * - * \return A ContactMessengerPtr object. + * \return A pointer to the ContactMessenger object, or a null ContactMessengerPtr if created using + * TextChannel. */ ContactMessengerPtr PendingSendMessage::messenger() const { |