mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Use =default for default constructor
This commit is contained in:
committed by
Mat Sutcliffe
parent
8f11e42b15
commit
f271d746ba
@@ -23,9 +23,6 @@ namespace BlackSound
|
||||
m_deviceInfo(device)
|
||||
{ }
|
||||
|
||||
CThreadedTonePairPlayer::~CThreadedTonePairPlayer()
|
||||
{ }
|
||||
|
||||
void CThreadedTonePairPlayer::play(int volume, const QList<CTonePair> &tonePairs)
|
||||
{
|
||||
QPointer<CThreadedTonePairPlayer> myself(this);
|
||||
|
||||
Reference in New Issue
Block a user