mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
Issue #77 Move GlobalIndex enum from CPropertyIndex to CPropertyIndexRef
This commit is contained in:
@@ -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