mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 14:58:33 +08:00
refs #209, reset method for settings
This commit is contained in:
@@ -80,6 +80,14 @@ namespace BlackCore
|
||||
return this->m_dBusInterface->callDBusRet<BlackMisc::CStatusMessage>(QLatin1Literal("read"));
|
||||
}
|
||||
|
||||
/*
|
||||
* Reset settings
|
||||
*/
|
||||
CStatusMessage CContextSettingsProxy::reset(bool write)
|
||||
{
|
||||
return this->m_dBusInterface->callDBusRet<BlackMisc::CStatusMessage>(QLatin1Literal("reset"), write);
|
||||
}
|
||||
|
||||
/*
|
||||
* File name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user