Changeset 6323 for trunk/qt4-gui/src/contactlist/contactlist.h
- Timestamp:
- 06/17/08 03:34:46 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/contactlist/contactlist.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/contactlist/contactlist.h
r6309 r6323 416 416 private: 417 417 /** 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); 425 423 426 424 /**
