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.