comparison data/model/FFTModel.cpp @ 1599:ce185d4dd408 bqaudiostream

Merge from default branch
author Chris Cannam
date Wed, 23 Jan 2019 14:43:43 +0000
parents 70e172e6cc59
children c9a15ee5dc1d 901f37d32060
comparison
equal deleted inserted replaced
1598:d2555df635ec 1599:ce185d4dd408
73 void 73 void
74 FFTModel::sourceModelAboutToBeDeleted() 74 FFTModel::sourceModelAboutToBeDeleted()
75 { 75 {
76 if (m_model) { 76 if (m_model) {
77 SVDEBUG << "FFTModel[" << this << "]::sourceModelAboutToBeDeleted(" << m_model << ")" << endl; 77 SVDEBUG << "FFTModel[" << this << "]::sourceModelAboutToBeDeleted(" << m_model << ")" << endl;
78 m_model = 0; 78 m_model = nullptr;
79 } 79 }
80 } 80 }
81 81
82 int 82 int
83 FFTModel::getWidth() const 83 FFTModel::getWidth() const