mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #501, compareByPropertyIndex (performance for sort)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1e57ce7ecb
commit
0c94922bd6
@@ -22,7 +22,8 @@ namespace BlackGui
|
||||
namespace Models
|
||||
{
|
||||
//! Distributor list model
|
||||
class BLACKGUI_EXPORT CLiveryListModel : public CListModelBase<BlackMisc::Aviation::CLivery, BlackMisc::Aviation::CLiveryList>
|
||||
class BLACKGUI_EXPORT CLiveryListModel :
|
||||
public CListModelBase<BlackMisc::Aviation::CLivery, BlackMisc::Aviation::CLiveryList, true>
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user