Ref T105, minor adjustements in CThreadedTonePairPlayer

This commit is contained in:
Klaus Basan
2017-07-10 18:17:00 +02:00
committed by Mathew Sutcliffe
parent b6b1b96ec4
commit 18ab0e8459
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ using namespace BlackMisc;
namespace BlackSound
{
CThreadedTonePairPlayer::CThreadedTonePairPlayer(QObject *owner, const QString &name, const QAudioDeviceInfo &device)
: CContinuousWorker(owner, name),
m_deviceInfo(device)

View File

@@ -38,7 +38,7 @@ namespace BlackSound
CThreadedTonePairPlayer(QObject *owner, const QString &name, const QAudioDeviceInfo &device = QAudioDeviceInfo::defaultOutputDevice());
//! Destructor
~CThreadedTonePairPlayer();
virtual ~CThreadedTonePairPlayer();
public slots:
//! Play the list of tones.