mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refs #485, changed to static preformatted as discussed (MS/KB) on slack
This commit is contained in:
committed by
Mathew Sutcliffe
parent
55a0ab7b48
commit
30b5e5dade
@@ -37,7 +37,7 @@ namespace BlackMisc
|
||||
void CSettingsCache::saveToStoreByPacket(const CValueCachePacket &values)
|
||||
{
|
||||
CStatusMessage status = saveToFiles(persistentStore(), values.toVariantMap());
|
||||
CLogMessage(this).preformatted(status);
|
||||
CLogMessage::preformatted(status);
|
||||
}
|
||||
|
||||
BlackMisc::CStatusMessage CSettingsCache::loadFromStore()
|
||||
|
||||
Reference in New Issue
Block a user