[Telepathy-commits] [telepathy-qt4/master] PendingChannel: improve factual correctness of channel()

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Feb 24 03:09:30 PST 2009


---
 TelepathyQt4/Client/pending-channel.cpp |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/TelepathyQt4/Client/pending-channel.cpp b/TelepathyQt4/Client/pending-channel.cpp
index a6d4741..9f8b9e5 100644
--- a/TelepathyQt4/Client/pending-channel.cpp
+++ b/TelepathyQt4/Client/pending-channel.cpp
@@ -229,13 +229,12 @@ QVariantMap PendingChannel::immutableProperties() const
 }
 
 /**
- * Returns a newly constructed Channel high-level proxy object associated
+ * Returns a shared pointer to a Channel high-level proxy object associated
  * with the remote channel resulting from the channel request. If isValid()
  * returns <code>false</code>, the request has not (at least yet) completed
- * successfully, and 0 will be returned.
+ * successfully, and a null QSharedPointer will be returned.
  *
- * \param parent Passed to the Channel constructor.
- * \return Pointer to the new Channel object, 0 if an error occurred.
+ * \return Shared pointer to the new Channel object, 0 if an error occurred.
  */
 QSharedPointer<Channel> PendingChannel::channel() const
 {
-- 
1.5.6.5




More information about the telepathy-commits mailing list