comparison data/model/Model.h @ 1747:498b426191e5 by-id

Comment
author Chris Cannam
date Tue, 02 Jul 2019 15:28:51 +0100
parents 52705a328b34
children 6d09d68165a4
comparison
equal deleted inserted replaced
1746:826e0cb77d8e 1747:498b426191e5
139 * model API is concerned, this does nothing more than tell the 139 * model API is concerned, this does nothing more than tell the
140 * model to return true from isAbandoning(). The actual response 140 * model to return true from isAbandoning(). The actual response
141 * to this will depend on the model's context -- it's possible 141 * to this will depend on the model's context -- it's possible
142 * nothing at all will change. 142 * nothing at all will change.
143 */ 143 */
144 //!!! aim to lose this 144 //!!! aim to lose this (???)
145 /*!!! 145 /*!!!
146 virtual void abandon() { 146 virtual void abandon() {
147 m_abandoning = true; 147 m_abandoning = true;
148 } 148 }
149 */ 149 */