Merge branch 'master' into contact_dialog
[situare] / src / engine / contactmanagerprivate.h
index ef1a6b0..9a59127 100644 (file)
@@ -12,9 +12,13 @@ QTM_USE_NAMESPACE
 class ContactManagerPrivate : public QObject
 {
     Q_OBJECT
+
 public:
     ContactManagerPrivate(QObject *parent = 0);
 
+/*******************************************************************************
+* MEMBER FUNCTIONS AND SLOTS
+******************************************************************************/
     /**
     * @brief Returns contact's guid from contact's facebook ID.
     *
@@ -40,6 +44,9 @@ private:
     */
     QString parseFacebookId(const QString &accountUri) const;
 
+/******************************************************************************
+* DATA MEMBERS
+******************************************************************************/
 private:
     ContactManager *m_parent;   ///< Parent
     QContactManager *m_manager; ///< Contact manager