mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
refs #927, added audio button in keypad area
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b4878a2bc0
commit
05761b6e07
@@ -28,7 +28,6 @@ class QWidget;
|
||||
|
||||
namespace BlackMisc { namespace Simulation { class CSimulatedAircraft; } }
|
||||
namespace Ui { class CMainKeypadAreaComponent; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
@@ -67,6 +66,9 @@ namespace BlackGui
|
||||
//! Ident pressed
|
||||
void identPressed();
|
||||
|
||||
//! Request audio
|
||||
void audioPressed();
|
||||
|
||||
public slots:
|
||||
//! Main info area changed
|
||||
void onMainInfoAreaChanged(int currentTabIndex, QList<int> dockedIndexes, QList<int> floatingIndexes);
|
||||
|
||||
Reference in New Issue
Block a user