Fixed comments
[situare] / src / ui / infotab.h
index 126d029..dec7dbd 100644 (file)
@@ -53,7 +53,7 @@ protected:
     * @param aPaintEvent Pointer to paint event
     */
     void paintEvent(QPaintEvent *aPaintEvent);
-    QSize sizeHint() const;
+    QSize sizeHint() const; ///< Size setting method - OBSOLETE?
 public slots:
     /**
     * @brief Sets the users current address
@@ -120,13 +120,12 @@ private:
     QPixmap m_avatar;         ///< User's avatar
     QWidget *widget;          ///< Parent of all widgets.
     SituareUser *situUser;    ///< Situare user's framed picture
-    QVBoxLayout *verticalLayout;
-    QHBoxLayout *horizontalLayout;
-    QGridLayout *m_layout;
-    QLabel *m_clockLabel;
-    QLabel *m_envelopeLabel;
-    QLabel *m_compassLabel;
-
+    QVBoxLayout *verticalLayout; ///< Vertical layout for personal infotab
+    QHBoxLayout *horizontalLayout; ///< Horizontal layout for personal infotab
+    QGridLayout *m_layout; ///< Grid layout for personal infotab
+    QLabel *m_clockLabel; ///< Text label for clock item
+    QLabel *m_envelopeLabel; ///< Text label for message item
+    QLabel *m_compassLabel; ///< Text label for location item
 };
 
 #endif // INFOTAB_H