mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Refs T159 Context method to get unsaved settings keys with their human readable descriptions.
This commit is contained in:
@@ -90,6 +90,13 @@ namespace BlackCore
|
||||
return QStringList();
|
||||
}
|
||||
|
||||
//! \copydoc IContextApplication::getUnsavedSettingsKeys
|
||||
virtual BlackCore::Context::CSettingsDictionary getUnsavedSettingsKeysDescribed() const override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return CSettingsDictionary();
|
||||
}
|
||||
|
||||
//! \copydoc IContextApplication::synchronizeLocalSettings
|
||||
virtual void synchronizeLocalSettings() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user