Show
Ignore:
Timestamp:
06/11/08 08:25:24 (5 months ago)
Author:
eugene
Message:

Applied the latest version of flynd's qt4-gui patch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt4-gui_group/src/contactlist/contactlist.h

    r6197 r6259  
    7474    ItemTypeRole = Qt::UserRole,        // Type of item (one of enum ItemType) 
    7575    NameRole,                           // Item name (alias for UserItems) 
    76     SortPrefixRole,                     // Primary sort index 
    77     SortRole,                           // Secondary sort index 
     76    SortPrefixRole,                     // Primary sort index (UserItems only) 
     77    SortRole,                           // Sort index (secondary index for UserItems, only index for GroupItems) 
    7878    UnreadEventsRole,                   // Number of unread events 
    7979    EventSubCommandRole,                // Type of event (UserItems only) 
     
    389389   * 
    390390   * @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) 
    392392   * @return The created group 
    393393   */ 
    394   ContactGroup* createGroup(unsigned short id, QString name); 
     394  ContactGroup* createGroup(unsigned short id, QString name = QString()); 
    395395 
    396396  /**