mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #454 Remove old hotkey settings
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9b6126c5db
commit
2636d53b45
@@ -14,7 +14,7 @@
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Settings;
|
||||
using namespace BlackMisc::Network;
|
||||
using namespace BlackMisc::Hardware;
|
||||
using namespace BlackMisc::Input;
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
@@ -49,14 +49,6 @@ namespace BlackCore
|
||||
return this->m_dBusInterface->callDBusRet<CSettingsAudio>(QLatin1Literal("getAudioSettings"));
|
||||
}
|
||||
|
||||
/*
|
||||
* Relay to DBus
|
||||
*/
|
||||
CSettingKeyboardHotkeyList CContextSettingsProxy::getHotkeys() const
|
||||
{
|
||||
return this->m_dBusInterface->callDBusRet<CSettingKeyboardHotkeyList>(QLatin1Literal("getHotkeys"));
|
||||
}
|
||||
|
||||
/*
|
||||
* Relay to DBus, but make this no slot
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user