This commit is contained in:
Klaus Basan
2019-09-20 14:12:03 +02:00
committed by Mat Sutcliffe
parent 74bea4959e
commit 55f70a794e
2 changed files with 4 additions and 4 deletions

View File

@@ -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);