summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactmanagerengine.h
diff options
context:
space:
mode:
authorMikko Suonio <mikko.suonio@nokia.com>2012-01-24 11:55:52 +0200
committerQt by Nokia <qt-info@nokia.com>2012-02-02 07:52:07 +0100
commit51ba6b50a01458b6163bf7afd95c74ea52af63f5 (patch)
tree1d30d4c27fe74b6b8618a8bdaf91401c93c0aa51 /src/contacts/qcontactmanagerengine.h
parent81cb773d8778aadcfac1f141428daffa9137abca (diff)
Small improvements to contact id implementation and docs.
Changes: - Fixes to documentation - Make contact id construction and parsing helper methods private - Remove unused method QContactManagerEngine::engineContactId. - Remove duplication in manager uri construction. - Fix some copyright headers. - Remove buildIdString. - Remove parameters from contact id to string conversion. Change-Id: I1a7ce41cc2f2ed52093e3efb6e2edae97b4fe6ef Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kranthi Kumar Kuntala <kranthi.kumar-kuntala@nokia.com>
Diffstat (limited to 'src/contacts/qcontactmanagerengine.h')
-rw-r--r--src/contacts/qcontactmanagerengine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contacts/qcontactmanagerengine.h b/src/contacts/qcontactmanagerengine.h
index 6e439d30c..590e3ca59 100644
--- a/src/contacts/qcontactmanagerengine.h
+++ b/src/contacts/qcontactmanagerengine.h
@@ -155,7 +155,6 @@ public:
static QList<QContactId> sortContacts(const QList<QContact> &contacts, const QList<QContactSortOrder> &sortOrders);
static QContactFilter canonicalizedFilter(const QContactFilter &filter);
- static const QContactEngineId* engineContactId(const QContactId &id);
private: