mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
refactor: Remove unused RetrivalMode flag
This commit is contained in:
@@ -35,7 +35,6 @@ namespace BlackMisc::Db
|
||||
CacheThenShared = Shared | Cached, //!< Cache where possible, otherwise shared
|
||||
CacheAndSharedInfo = SharedInfoOnly | Cached, //!< Cached data plus shared info file
|
||||
DbReadingOrShared = DbReading | Shared, //!< read from DB or shared
|
||||
DbReadingOrAnyShared = DbReading | Shared | SharedInfoOnly //!< read from DB or shared/shared info
|
||||
};
|
||||
Q_DECLARE_FLAGS(DataRetrievalMode, DataRetrievalModeFlag)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user