mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +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
|
namespace BlackSound
|
||||||
{
|
{
|
||||||
|
|
||||||
CThreadedTonePairPlayer::CThreadedTonePairPlayer(QObject *owner, const QString &name, const QAudioDeviceInfo &device)
|
CThreadedTonePairPlayer::CThreadedTonePairPlayer(QObject *owner, const QString &name, const QAudioDeviceInfo &device)
|
||||||
: CContinuousWorker(owner, name),
|
: CContinuousWorker(owner, name),
|
||||||
m_deviceInfo(device)
|
m_deviceInfo(device)
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ namespace BlackSound
|
|||||||
CThreadedTonePairPlayer(QObject *owner, const QString &name, const QAudioDeviceInfo &device = QAudioDeviceInfo::defaultOutputDevice());
|
CThreadedTonePairPlayer(QObject *owner, const QString &name, const QAudioDeviceInfo &device = QAudioDeviceInfo::defaultOutputDevice());
|
||||||
|
|
||||||
//! Destructor
|
//! Destructor
|
||||||
~CThreadedTonePairPlayer();
|
virtual ~CThreadedTonePairPlayer();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
//! Play the list of tones.
|
//! Play the list of tones.
|
||||||
|
|||||||
Reference in New Issue
Block a user