Contact dialog feature reviewed.
[situare] / src / engine / contactmanager.h
index 1539866..97c1c96 100644 (file)
@@ -14,11 +14,6 @@ class ContactManager : public QObject
     Q_OBJECT
 public:
     /**
-    * @brief Friend class for ContactManagerPrivate.
-    */
-    friend class ContactManagerPrivate;
-
-    /**
     * @brief Constructor
     *
     * @param parent QObject
@@ -44,19 +39,6 @@ public:
     */
     void requestContactGuids();
 
-/*******************************************************************************
-* SIGNALS
-******************************************************************************/
-signals:
-    /**
-    * @brief Signal for contacts guids added.
-    *
-    * Contact guids has Facebook ID as key and Guid as value.. Guid is a globally
-    * unique ID of a contact, which can be used with other datastores.
-    * @param contactGuids list of contact guids
-    */
-    void contactsGuidsAdded(const QHash<QString, QString> &contactGuids);
-
 /******************************************************************************
 * DATA MEMBERS
 ******************************************************************************/