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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/jabber
From:       Pali Rohár <pali.rohar () gmail ! com>
Date:       2013-06-02 9:23:34
Message-ID: 20130602092334.4BA52AC85D () svn ! kde ! org
[Download RAW message or body]

SVN commit 1356780 by pali:

Make comments about jabber myself contact unambiguous

REVIEW: 6544


 M  +2 -2      jabbercontact.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/jabber/jabbercontact.cpp #1356779:1356780
@@ -95,14 +95,14 @@
 
 	if ( !account()->myself () )
 	{
-		// this contact is a regular contact
+		// JabberContact (this) is the myself instance
 		connect ( this,
 				  SIGNAL (onlineStatusChanged(Kopete::Contact*,Kopete::OnlineStatus,Kopete::OnlineStatus)),
 				  this, SLOT (slotCheckVCard()) );
 	}
 	else
 	{
-		// this contact is the myself instance
+		// JabberContact (this) is a regular contact and account()->myself () is the myself instance
 		connect ( account()->myself (),
 				  SIGNAL (onlineStatusChanged(Kopete::Contact*,Kopete::OnlineStatus,Kopete::OnlineStatus)),
 				  this, SLOT (slotCheckVCard()) );
[prev in list] [next in list] [prev in thread] [next in thread] 

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