[Telepathy-commits] [telepathy-qt4/master] Correct documentation of Account::becomeReady().

George Goldberg george.goldberg at collabora.co.uk
Thu Jan 29 14:15:59 PST 2009


---
 TelepathyQt4/Client/account.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/Client/account.cpp b/TelepathyQt4/Client/account.cpp
index 3c2cfdc..64252d9 100644
--- a/TelepathyQt4/Client/account.cpp
+++ b/TelepathyQt4/Client/account.cpp
@@ -596,12 +596,12 @@ bool Account::isReady(Features features) const
 }
 
 /**
- * Return a pending operation which will succeed when this object finishes
+ * Return a pending ready account which will succeed when this object finishes
  * its initial setup, or will fail if a fatal error occurs during this
  * initial setup.
  *
  * \param features Which features should be tested.
- * \return A PendingOperation which will emit PendingOperation::finished
+ * \return A PendingReadyAccount which will emit PendingOperation::finished
  *         when this object has finished or failed its initial setup.
  */
 PendingReadyAccount *Account::becomeReady(Features requestedFeatures)
-- 
1.5.6.5



More information about the telepathy-commits mailing list