mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 21:05:34 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
74bea4959e
commit
55f70a794e
@@ -31,9 +31,9 @@ namespace BlackSound
|
||||
CSelcalPlayer(const QAudioDeviceInfo &device = QAudioDeviceInfo::defaultOutputDevice(), QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CSelcalPlayer();
|
||||
virtual ~CSelcalPlayer() override;
|
||||
|
||||
//! Play selcal
|
||||
//! Play SELCAL
|
||||
//! \return Time of the played tone
|
||||
BlackMisc::PhysicalQuantities::CTime play(int volume, const BlackMisc::Aviation::CSelcal &selcal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user