From kde-commits Fri Jan 09 21:47:08 2009 From: Dariusz Mikulski Date: Fri, 09 Jan 2009 21:47:08 +0000 To: kde-commits Subject: playground/base/plasma/dataengines/presence Message-Id: <1231537628.322620.935.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123153763921814 SVN commit 908540 by mikulski: add debug messages M +3 -1 presence.cpp --- trunk/playground/base/plasma/dataengines/presence/presence.cpp #908539:908540 @@ -38,6 +38,7 @@ void createAccountDataSource(Telepathy::Client::Account *account) { + kDebug() << "createAccountDataSource called"; // \brief: todo /* QString source; @@ -66,6 +67,7 @@ void removeAccountDataSource(Telepathy::Client::Account *account) { + kDebug() << "removeAccountDataSource called"; // \brief: todo /* QString identifier = account->uniqueIdentifier(); @@ -115,7 +117,7 @@ * are all ready there */ QList accounts = d->m_accountManager->allAccounts(); - + kDebug() << "accounts: " << accounts.size(); /* * connect signals from the account manager * to slots within this data engine.