mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Caches: method to save values given a list of keys.
This commit is contained in:
@@ -40,6 +40,9 @@ namespace BlackMisc
|
||||
//! Save core settings to disk.
|
||||
BlackMisc::CStatusMessage saveToStore(const QString &keyPrefix = {});
|
||||
|
||||
//! Save core settings to disk.
|
||||
BlackMisc::CStatusMessage saveToStore(const QStringList &keys);
|
||||
|
||||
//! Connects signal CValueCache::valuesSaveRequested to a private slot that saves the values.
|
||||
//! In a dbus distributed scenario, only call this method in the core process.
|
||||
void enableLocalSave();
|
||||
|
||||
Reference in New Issue
Block a user