mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Moved XPDR definitions into "actionhotkeydefs.h"
This commit is contained in:
committed by
Mat Sutcliffe
parent
017e9402fd
commit
d072224a8b
@@ -56,5 +56,28 @@ namespace BlackMisc
|
||||
static const QString s("/Audio/Volume increase");
|
||||
return s;
|
||||
}
|
||||
|
||||
const QPixmap &toggleXPDRStateHotkeyIcon()
|
||||
{
|
||||
return CIcons::radio16();
|
||||
}
|
||||
|
||||
const QPixmap &toggleXPDRIdentHotkeyIcon()
|
||||
{
|
||||
return CIcons::radio16();
|
||||
}
|
||||
|
||||
const QString &toggleXPDRStateHotkeyAction()
|
||||
{
|
||||
static const QString s("/Own aircraft/Toggle XPDR state");
|
||||
return s;
|
||||
}
|
||||
|
||||
const QString &toggleXPDRIdentHotkeyAction()
|
||||
{
|
||||
static const QString s("/Own aircraft/XPDR ident");
|
||||
return s;
|
||||
}
|
||||
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user