mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Ref T105, minor adjustements in CThreadedTonePairPlayer
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b6b1b96ec4
commit
18ab0e8459
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user