refs #209, reset method for settings

This commit is contained in:
Klaus Basan
2014-04-15 02:50:29 +02:00
parent 04bd01687e
commit 284a130669
6 changed files with 47 additions and 4 deletions

View File

@@ -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
*/