[telepathy-qt4/master] Fix small error in apidocs example usage of AccountManager class.

George Goldberg george.goldberg at collabora.co.uk
Wed Jun 17 09:29:33 PDT 2009


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

diff --git a/TelepathyQt4/account-manager.cpp b/TelepathyQt4/account-manager.cpp
index d6d13ac..aaa569b 100644
--- a/TelepathyQt4/account-manager.cpp
+++ b/TelepathyQt4/account-manager.cpp
@@ -226,7 +226,7 @@ void AccountManager::Private::setAccountPaths(QSet<QString> &set,
  * {
  *     if (op->isError()) {
  *         qWarning() << "Account manager cannot become ready:" <<
- *             error->errorName() << "-" << error->errorMessage();
+ *             op->errorName() << "-" << op->errorMessage();
  *         return;
  *     }
  *
-- 
1.5.6.5



More information about the telepathy-commits mailing list