cleaning
[situare] / src / user / user.h
index 4100e81..ff6a22c 100644 (file)
@@ -91,14 +91,26 @@ public:
     * @param image Image
     */
     void setProfileImage(const QPixmap &image);
+
+    /**
+    * @brief Set big profile image
+    *
+    * @param image big profile Image
+    */
     void setProfileImageBig(const QPixmap &image);
 
     /**
     * @brief Set download address for profile image
     *
-    * @param imageUrl image url
+    * @param imageUrl image url of big image
     */
     void setProfileImageUrl(const QUrl &imageUrl);
+
+    /**
+    * @brief Set download address for big profile image
+    *
+    * @param imageUrl image url
+    */
     void setProfileImageUrlBig(const QUrl &imageUrl);
 
     /**
@@ -150,6 +162,12 @@ public:
     * @return QPixmap image
     */
     const QPixmap &profileImage() const;
+
+    /**
+    * @brief Get big profile image
+    *
+    * @return QPixmap big profile image
+    */
     const QPixmap &profileImageBig() const;
 
     /**
@@ -158,6 +176,12 @@ public:
     * @return QString url
     */
     const QUrl &profileImageUrl() const;
+
+    /**
+    * @brief Get download address for big profile image
+    *
+    * @return QString url of big profile image
+    */
     const QUrl &profileImageUrlBig() const;
 
     /**