mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #545 CSetting<T>::setAndSave to set and save a setting in one step.
This commit is contained in:
@@ -34,6 +34,10 @@ namespace BlackMisc
|
||||
//! Save core settings to disk.
|
||||
BlackMisc::CStatusMessage saveToStore(const QString &keyPrefix = {});
|
||||
|
||||
//! Save individual settings to disk.
|
||||
//! Core application context connects this slot to the valuesSaveRequested signal.
|
||||
void saveToStoreByPacket(const CValueCachePacket &values);
|
||||
|
||||
//! Load core settings from disk.
|
||||
BlackMisc::CStatusMessage loadFromStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user