Re-factored FriendListPanel constructor and data member names
[situare] / src / ui / friendlistpanel.h
index ae1b26a..a781517 100644 (file)
@@ -217,17 +217,17 @@ private:
     bool m_mainWindowIsTopmost;                 ///< Is the MainWindow the topmost one
     bool m_somePanelIsOpen;                     ///< Is any panel tab open
 
-    QLabel *m_friendListLabel;                  ///< Friend list label
+    QLabel *m_headerLabel;                      ///< Show how many friends are selected
 
     QLineEdit *m_filterField;                   ///< Text field for the filter text
 
-    QPushButton *m_clearTextFilteringButton;    ///< Button for clearing the filtering
+    QPushButton *m_clearTextFilteringButton;    ///< Button for clearing the text filtering
 
-    QWidget *m_friendListHeaderWidget;          ///< Friend list header widget
+    QWidget *m_headerWidget;                    ///< Friend list header widget
 
     FriendListView *m_friendListView;           ///< Friend list view
     ImageButton *m_clearGroupFilteringButton;   ///< Button for clearing friend group filtering
-    ImageButton *m_routeButton;                 ///< Button to route to friend
+    ImageButton *m_routeButton;                 ///< Button for routing to selected friend
 };
 
 #endif // FRIENDLISTPANEL_H