Mercurial > hg > svcore
comparison data/model/AggregateWaveModel.cpp @ 1390:1a572937ed8c
And say so
author | Chris Cannam |
---|---|
date | Mon, 27 Feb 2017 15:44:14 +0000 |
parents | 770f80d9ccee |
children | 2c0e04062a99 |
comparison
equal
deleted
inserted
replaced
1389:770f80d9ccee | 1390:1a572937ed8c |
---|---|
51 { | 51 { |
52 SVDEBUG << "AggregateWaveModel::componentModelAboutToBeDeleted: invalidating" | 52 SVDEBUG << "AggregateWaveModel::componentModelAboutToBeDeleted: invalidating" |
53 << endl; | 53 << endl; |
54 m_components.clear(); | 54 m_components.clear(); |
55 m_invalidated = true; | 55 m_invalidated = true; |
56 emit modelInvalidated(); | |
56 } | 57 } |
57 | 58 |
58 bool | 59 bool |
59 AggregateWaveModel::isOK() const | 60 AggregateWaveModel::isOK() const |
60 { | 61 { |