mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #258, settings for voice room notifications
This commit is contained in:
@@ -50,7 +50,15 @@ namespace BlackCore
|
||||
}
|
||||
|
||||
/*
|
||||
* Relay tp DBus
|
||||
* Relay to DBus
|
||||
*/
|
||||
CSettingsAudio CContextSettingsProxy::getAudioSettings() const
|
||||
{
|
||||
return this->m_dBusInterface->callDBusRet<CSettingsAudio>(QLatin1Literal("getAudioSettings"));
|
||||
}
|
||||
|
||||
/*
|
||||
* Relay to DBus
|
||||
*/
|
||||
CKeyboardKeyList CContextSettingsProxy::getHotkeys() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user