Changeset 6319 for trunk/qt4-gui/src/core/licqgui.h
- Timestamp:
- 06/17/08 02:19:46 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/core/licqgui.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/licqgui.h
r6185 r6319 109 109 110 110 /** 111 * Remove a contact from a group112 *113 * @param gtype Group type114 * @param group Group id115 * @param id Contact id116 * @param ppid Contact protocol id117 * @param parent Parent window to use for confirmation box or NULL to use mainwin118 * @return true if contact was removed from group119 */120 bool removeUserFromGroup(GroupType gtype, unsigned long group,121 QString id, unsigned long ppid, QWidget* parent = NULL);122 123 /**124 111 * Show contact info dialog 125 112 *
