Home
last modified time | relevance | path

Searched refs:buddyContactAdded (Results 1 – 4 of 4) sorted by relevance

/dports/polish/kadu/kadu-4.3/kadu-core/chat/
H A Dbuddy-chat-manager.cpp60 connect(m_buddyManager, SIGNAL(buddyContactAdded(Buddy,Contact)), in init()
61 this, SLOT(buddyContactAdded(Buddy,Contact))); in init()
102 void BuddyChatManager::buddyContactAdded(const Buddy &buddy, const Contact &contact) in buddyContactAdded() function in BuddyChatManager
H A Dbuddy-chat-manager.h104 void buddyContactAdded(const Buddy &buddy, const Contact &contact);
/dports/polish/kadu/kadu-4.3/kadu-core/buddies/
H A Dbuddy-manager.h82 void buddyContactAdded(const Buddy &buddy, const Contact &contact);
109 void buddyContactAdded(const Contact &contact);
H A Dbuddy-manager.cpp99 this, SLOT(buddyContactAdded(Contact))); in itemAboutToBeAdded()
307 void BuddyManager::buddyContactAdded(const Contact &contact) in buddyContactAdded() function in BuddyManager
313 emit buddyContactAdded(buddy, contact); in buddyContactAdded() local