mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Issue #77 Move GlobalIndex enum from CPropertyIndex to CPropertyIndexRef
This commit is contained in:
@@ -41,7 +41,7 @@ namespace BlackCore
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexDbRootDirectory = BlackMisc::CPropertyIndex::GlobalIndexCGlobalSetup,
|
||||
IndexDbRootDirectory = BlackMisc::CPropertyIndexRef::GlobalIndexCGlobalSetup,
|
||||
IndexDbHttpPort,
|
||||
IndexDbHttpsPort,
|
||||
IndexDbLoginService,
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace BlackCore
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexDBusAddress = BlackMisc::CPropertyIndex::GlobalIndexCLauncherSetup,
|
||||
IndexDBusAddress = BlackMisc::CPropertyIndexRef::GlobalIndexCLauncherSetup,
|
||||
IndexFramelessWindow,
|
||||
IndexCoreMode,
|
||||
IndexAudioMode
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace BlackCore
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexServerFiles = BlackMisc::CPropertyIndex::GlobalIndexCVatsimSetup,
|
||||
IndexServerFiles = BlackMisc::CPropertyIndexRef::GlobalIndexCVatsimSetup,
|
||||
IndexDataFiles,
|
||||
IndexMetarFiles,
|
||||
IndexFsdServers,
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace BlackCore
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexInitialTime = BlackMisc::CPropertyIndex::GlobalIndexCSettingsReaders,
|
||||
IndexInitialTime = BlackMisc::CPropertyIndexRef::GlobalIndexCSettingsReaders,
|
||||
IndexPeriodicTime,
|
||||
IndexNeverUpdate
|
||||
};
|
||||
@@ -151,7 +151,7 @@ namespace BlackCore
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexRawFsdMessagesEnabled = BlackMisc::CPropertyIndex::GlobalIndexRawFsdMessageSettings,
|
||||
IndexRawFsdMessagesEnabled = BlackMisc::CPropertyIndexRef::GlobalIndexRawFsdMessageSettings,
|
||||
IndexFileDir,
|
||||
IndexFileWriteMode
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user