[Telepathy-commits] [telepathy-qt4/master] Added TODO note.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Jan 13 06:03:36 PST 2009


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

diff --git a/TelepathyQt4/Client/account-manager.cpp b/TelepathyQt4/Client/account-manager.cpp
index 1f7dd4f..a2f8238 100644
--- a/TelepathyQt4/Client/account-manager.cpp
+++ b/TelepathyQt4/Client/account-manager.cpp
@@ -375,6 +375,8 @@ QList<Account *> AccountManager::allAccounts()
  */
 Account *AccountManager::accountForPath(const QDBusObjectPath &path)
 {
+    // TODO should we use AM as parent of account,
+    //      or receive parent as a param?
     return new Account(this, path, this);
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list