Added mouse press and release methods to FriendGroupItem and
[situare] / src / ui / friendlistview.h
index af8ea28..eaa588a 100644 (file)
@@ -84,7 +84,7 @@ public:
 ******************************************************************************/
 private:
     QVBoxLayout *m_friendListLayout;    ///< Layout for this view
-    QHash<QString, QWidget *> widgets;           ///< List of widgets in this view. Key = user ID
+    QHash<QString, QWidget *> widgets;  ///< List of widgets in this view. Key = user ID
 };
 
 #endif // FRIENDLISTVIEW_H