mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
refs #501, compareByPropertyIndex (performance for sort)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1e57ce7ecb
commit
0c94922bd6
@@ -24,9 +24,9 @@ namespace BlackGui
|
||||
/*!
|
||||
* User list model
|
||||
*/
|
||||
class BLACKGUI_EXPORT CUserListModel : public CListModelBase<BlackMisc::Network::CUser, BlackMisc::Network::CUserList>
|
||||
class BLACKGUI_EXPORT CUserListModel :
|
||||
public CListModelBase<BlackMisc::Network::CUser, BlackMisc::Network::CUserList, true>
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
//! What level of detail
|
||||
|
||||
Reference in New Issue
Block a user