mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #313 Change GUI classes to use new hotkey settings wrapper classes
This commit is contained in:
@@ -69,9 +69,9 @@ namespace BlackCore
|
||||
/*
|
||||
* Relay to DBus
|
||||
*/
|
||||
CKeyboardKeyList CContextSettingsProxy::getHotkeys() const
|
||||
CSettingKeyboardHotkeyList CContextSettingsProxy::getHotkeys() const
|
||||
{
|
||||
return this->m_dBusInterface->callDBusRet<CKeyboardKeyList>(QLatin1Literal("getHotkeys"));
|
||||
return this->m_dBusInterface->callDBusRet<CSettingKeyboardHotkeyList>(QLatin1Literal("getHotkeys"));
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user