[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/plasma/dataengines/presence
From:       Dariusz Mikulski <dariusz.mikulski () gmail ! com>
Date:       2009-01-09 21:47:08
Message-ID: 1231537628.322620.935.nullmailer () svn ! kde ! org
[Download RAW message or body]

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<Telepathy::Client::Account *> accounts = d->m_accountManager->allAccounts();
-
+    kDebug() << "accounts: " << accounts.size();
     /*
      * connect signals from the account manager
      * to slots within this data engine.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic