Show
Ignore:
Timestamp:
06/17/08 03:34:46 (6 months ago)
Author:
flynd
Message:

Fixed missing connects for group signals. This caused view to not update when changing group memberships for users.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/contactlist/contactlist.h

    r6309 r6323  
    416416private: 
    417417  /** 
    418    * Create a group object and connect signals for it 
    419    * 
    420    * @param id Id for the new group 
    421    * @param name Name for the new group (only for non standard groups) 
    422    * @return The created group 
    423    */ 
    424   ContactGroup* createGroup(unsigned short id, QString name = QString()); 
     418   * Connect signals for a newly created group object 
     419   * 
     420   * @param group Group object to connect signals from 
     421   */ 
     422  void connectGroup(ContactGroup* group); 
    425423 
    426424  /**