mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
https://dev.vatsim-germany.org/issues/648#note-5
This commit is contained in:
@@ -30,9 +30,6 @@ namespace BlackMisc
|
||||
public BlackMisc::IDatastoreObjectWithStringKey,
|
||||
public BlackMisc::IOrderable
|
||||
{
|
||||
Q_INTERFACES(BlackMisc::IDatastoreObjectWithStringKey)
|
||||
Q_INTERFACES(BlackMisc::IOrderable)
|
||||
|
||||
public:
|
||||
//! Property indexes
|
||||
enum ColumnIndex
|
||||
|
||||
@@ -55,7 +55,8 @@ namespace BlackMisc
|
||||
BLACK_METAMEMBER(distributorsFsx),
|
||||
BLACK_METAMEMBER(distributorsP3d),
|
||||
BLACK_METAMEMBER(distributorsFs9),
|
||||
BLACK_METAMEMBER(distributorsXPlane)
|
||||
BLACK_METAMEMBER(distributorsXPlane),
|
||||
BLACK_METAMEMBER(lastUpdatedSimulator)
|
||||
);
|
||||
};
|
||||
} //namespace
|
||||
|
||||
Reference in New Issue
Block a user