mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +08:00
refs #568, only one IDatastoreObjectList by making the key type a template parameter
This commit is contained in:
@@ -25,7 +25,7 @@ namespace BlackMisc
|
||||
//! \remark: I do not use CCollection as I want to sort per column
|
||||
class BLACKMISC_EXPORT CCountryList :
|
||||
public CSequence<CCountry>,
|
||||
public BlackMisc::IDatastoreObjectListWithStringKey<CCountry, CCountryList>,
|
||||
public BlackMisc::IDatastoreObjectList<CCountry, CCountryList, QString>,
|
||||
public BlackMisc::Mixin::MetaType<CCountryList>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user