mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #640, value object orderable interface (same as ITimestampBased ..)
* interface and list * added Q_DECLARE_INTERFACE
This commit is contained in:
@@ -328,6 +328,7 @@ namespace BlackMisc
|
||||
CAircraftModel,
|
||||
BLACK_METAMEMBER(dbKey),
|
||||
BLACK_METAMEMBER(timestampMSecsSinceEpoch),
|
||||
BLACK_METAMEMBER(order),
|
||||
BLACK_METAMEMBER(callsign),
|
||||
BLACK_METAMEMBER(aircraftIcao),
|
||||
BLACK_METAMEMBER(livery),
|
||||
|
||||
@@ -30,6 +30,9 @@ namespace BlackMisc
|
||||
public BlackMisc::IDatastoreObjectWithStringKey,
|
||||
public BlackMisc::IOrderable
|
||||
{
|
||||
Q_INTERFACES(BlackMisc::IDatastoreObjectWithStringKey)
|
||||
Q_INTERFACES(BlackMisc::IOrderable)
|
||||
|
||||
public:
|
||||
//! Property indexes
|
||||
enum ColumnIndex
|
||||
|
||||
Reference in New Issue
Block a user