Changeset 6283 for trunk/qt4-gui/src/contactlist/contactlist.h
- Timestamp:
- 06/14/08 03:47:03 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/contactlist/contactlist.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/contactlist/contactlist.h
r6197 r6283 74 74 ItemTypeRole = Qt::UserRole, // Type of item (one of enum ItemType) 75 75 NameRole, // Item name (alias for UserItems) 76 SortPrefixRole, // Primary sort index 77 SortRole, // S econdary sort index76 SortPrefixRole, // Primary sort index (UserItems only) 77 SortRole, // Sort index (secondary index for UserItems, only index for GroupItems) 78 78 UnreadEventsRole, // Number of unread events 79 79 EventSubCommandRole, // Type of event (UserItems only) … … 389 389 * 390 390 * @param id Id for the new group 391 * @param name Name for the new group 391 * @param name Name for the new group (only for non standard groups) 392 392 * @return The created group 393 393 */ 394 ContactGroup* createGroup(unsigned short id, QString name );394 ContactGroup* createGroup(unsigned short id, QString name = QString()); 395 395 396 396 /**
