mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +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
|
CacheThenShared = Shared | Cached, //!< Cache where possible, otherwise shared
|
||||||
CacheAndSharedInfo = SharedInfoOnly | Cached, //!< Cached data plus shared info file
|
CacheAndSharedInfo = SharedInfoOnly | Cached, //!< Cached data plus shared info file
|
||||||
DbReadingOrShared = DbReading | Shared, //!< read from DB or shared
|
DbReadingOrShared = DbReading | Shared, //!< read from DB or shared
|
||||||
DbReadingOrAnyShared = DbReading | Shared | SharedInfoOnly //!< read from DB or shared/shared info
|
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(DataRetrievalMode, DataRetrievalModeFlag)
|
Q_DECLARE_FLAGS(DataRetrievalMode, DataRetrievalModeFlag)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user