Added comments to friendlistitem, friendlistview and listviewscreen.
[situare] / src / ui / listviewscreen.h
index c1a388c..336dc9c 100644 (file)
@@ -62,9 +62,20 @@ public slots:
     */
     void updateMessage();
 
+    /**
+    * @brief Slot for new user and friend data.
+    *
+    * @param user User object
+    * @param friends list of User objects
+    */
     void userDataChanged(User* user,QList<User*>& friends);
 
 signals:
+    /**
+    * @brief Signal for progress bar indicator toggling.
+    *
+    * @param state true if progress bar should be shown, false otherwise
+    */
     void toggleProgressIndicator(bool state);
 
 /*******************************************************************************
@@ -100,7 +111,7 @@ private:
     QPropertyAnimation *m_anim14;
     UpdateLocationDialog *m_locationDialog; ///< Message dialog
 
-    FriendListView *m_friendListView;
+    FriendListView *m_friendListView;   ///< Friend list view
 };
 
 #endif // LISTVIEWTAB_H