mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 17:55:45 +08:00
refs #618, real index for BlackMisc::CPropertyIndex::GlobalIndexCDbOwnModelsComponent
This commit is contained in:
@@ -32,7 +32,7 @@ namespace BlackGui
|
|||||||
//! Properties by index
|
//! Properties by index
|
||||||
enum ColumnIndex
|
enum ColumnIndex
|
||||||
{
|
{
|
||||||
IndexLastSimulator = BlackMisc::CPropertyIndex::GlobalIndexCCountry + 33
|
IndexLastSimulator = BlackMisc::CPropertyIndex::GlobalIndexCDbOwnModelsComponent
|
||||||
};
|
};
|
||||||
|
|
||||||
//! Simulator last selected
|
//! Simulator last selected
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ namespace BlackMisc
|
|||||||
GlobalIndexCGlobalSetup = 12000,
|
GlobalIndexCGlobalSetup = 12000,
|
||||||
GlobalIndexCUpdateInfo = 12100,
|
GlobalIndexCUpdateInfo = 12100,
|
||||||
GlobalIndexCVatsimSetup = 12200,
|
GlobalIndexCVatsimSetup = 12200,
|
||||||
|
GlobalIndexCDbOwnModelsComponent = 14000,
|
||||||
GlobalIndexAbuseMode = 20000 // property index abused as map key or otherwise, to be removed if no longer needed
|
GlobalIndexAbuseMode = 20000 // property index abused as map key or otherwise, to be removed if no longer needed
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user