mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #652 Convenience to support changing only an indexed property of a cached value.
This commit is contained in:
@@ -267,7 +267,10 @@ namespace BlackMisc
|
||||
}
|
||||
|
||||
//! Data cache doesn't support setAndSave (because set() already causes save anyway).
|
||||
//! @{
|
||||
CStatusMessage setAndSave(const typename Trait::type &value, qint64 timestamp = 0) = delete;
|
||||
CStatusMessage setAndSaveProperty(const CPropertyIndex &index, const CVariant &value, qint64 timestamp = 0) = delete;
|
||||
//! @}
|
||||
|
||||
//! Data cache doesn't support save (because currently set value is saved already).
|
||||
CStatusMessage save() = delete;
|
||||
|
||||
Reference in New Issue
Block a user