comparison data/model/Model.h @ 1732:87b4c596c0ef by-id

Experiment updating AggregateWaveModel
author Chris Cannam
date Fri, 21 Jun 2019 14:35:38 +0100
parents 601851995f4b
children d91ff235e69d
comparison
equal deleted inserted replaced
1731:601851995f4b 1732:87b4c596c0ef
325 * depends on an external agent such as a Document object or 325 * depends on an external agent such as a Document object or
326 * owning model telling the model that it is about to delete it; 326 * owning model telling the model that it is about to delete it;
327 * there is nothing in the model to guarantee that this signal 327 * there is nothing in the model to guarantee that this signal
328 * will be emitted before the actual deletion. 328 * will be emitted before the actual deletion.
329 */ 329 */
330 //!!! our goal is to get rid of (the need for) this
330 void aboutToBeDeleted(); 331 void aboutToBeDeleted();
331 332
332 protected: 333 protected:
333 Model() : 334 Model() :
334 m_sourceModel(0), 335 m_sourceModel(0),