mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Issue #120 Remove separate PTT COM1/COM2 hotkeys
This commit is contained in:
@@ -23,18 +23,6 @@ namespace BlackMisc
|
||||
return CIcons::StandardIconRadio16;
|
||||
}
|
||||
|
||||
const QString &pttCom1HotkeyAction()
|
||||
{
|
||||
static const QString s("/Voice/Activate push-to-talk COM1");
|
||||
return s;
|
||||
}
|
||||
|
||||
const QString &pttCom2HotkeyAction()
|
||||
{
|
||||
static const QString s("/Voice/Activate push-to-talk COM2");
|
||||
return s;
|
||||
}
|
||||
|
||||
CIcons::IconIndex audioVolumeDecreaseHotkeyIcon()
|
||||
{
|
||||
return CIcons::StandardIconVolumeLow16;
|
||||
|
||||
@@ -23,12 +23,6 @@ namespace BlackMisc
|
||||
//! PTT key
|
||||
BLACKMISC_EXPORT const QString &pttHotkeyAction();
|
||||
|
||||
//! PTT key COM1 only
|
||||
BLACKMISC_EXPORT const QString &pttCom1HotkeyAction();
|
||||
|
||||
//! PTT key COM2 only
|
||||
BLACKMISC_EXPORT const QString &pttCom2HotkeyAction();
|
||||
|
||||
//! PTT key
|
||||
BLACKMISC_EXPORT BlackMisc::CIcons::IconIndex pttHotkeyIcon();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user