Merge branch 'master' into contact_dialog
[situare] / src / engine / contactmanagerprivatestub.h
index 04815cf..b8abb1c 100644 (file)
@@ -9,9 +9,14 @@ class ContactManagerPrivate : public QObject
 public:
     ContactManagerPrivate(QObject *parent = 0);
 
+/*******************************************************************************
+* MEMBER FUNCTIONS AND SLOTS
+******************************************************************************/
     /**
     * @brief Returns contact's guid from contact's facebook ID.
     *
+    * RETURNS empty QString.
+    *
     * @param facebookId contact's facebook ID
     * @return contact guid
     */
@@ -26,7 +31,6 @@ public:
     * DOES NOTHING.
     */
     void requestContactGuids();
-
 };
 
 #endif // CONTACTMANAGERPRIVATESTUB_H