[Telepathy-commits] [telepathy-qt4/master] ContactManager: Export lookupContactByHandle.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Tue Mar 10 22:43:40 PDT 2009
---
TelepathyQt4/Client/contact-manager.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/TelepathyQt4/Client/contact-manager.h b/TelepathyQt4/Client/contact-manager.h
index b8b814f..b6018b3 100644
--- a/TelepathyQt4/Client/contact-manager.h
+++ b/TelepathyQt4/Client/contact-manager.h
@@ -93,6 +93,8 @@ class ContactManager : public QObject
PendingContacts *upgradeContacts(const QList<ContactPtr> &contacts,
const QSet<Contact::Feature> &features);
+ ContactPtr lookupContactByHandle(uint handle);
+
Q_SIGNALS:
void presencePublicationRequested(const Telepathy::Client::Contacts &contacts);
@@ -161,13 +163,10 @@ class ContactManager : public QObject
void setContactListChannels(const QMap<uint, ContactListChannel> &contactListsChannels);
- ContactPtr lookupContactByHandle(uint handle);
-
struct Private;
friend struct Private;
friend class Connection;
friend class PendingContacts;
- friend class Contact;
Private *mPriv;
};
--
1.5.6.5
More information about the telepathy-commits
mailing list