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

Use new group handling when pressing delete key to remove a user from a group.

Files:
1 modified

Legend:

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

    r6185 r6319  
    109109 
    110110  /** 
    111    * Remove a contact from a group 
    112    * 
    113    * @param gtype Group type 
    114    * @param group Group id 
    115    * @param id Contact id 
    116    * @param ppid Contact protocol id 
    117    * @param parent Parent window to use for confirmation box or NULL to use mainwin 
    118    * @return true if contact was removed from group 
    119    */ 
    120   bool removeUserFromGroup(GroupType gtype, unsigned long group, 
    121       QString id, unsigned long ppid, QWidget* parent = NULL); 
    122  
    123   /** 
    124111   * Show contact info dialog 
    125112   *