Mercurial > hg > svcore
diff base/Model.cpp @ 145:82f529a08cf3
* Change preferences dialog to ok/apply/cancel model
* Make preferences persist in a config file
* Change instance() to getInstance() for all singleton types
* Make pasting to time-value layer with no values in clipboard ask you how to
generate the values
* Fix bad behaviour caused by importing "data"-type (i.e. 3d dense) model from
annotation file without a fixed window size available
author | Chris Cannam |
---|---|
date | Thu, 27 Jul 2006 16:06:32 +0000 |
parents | c30728d5625c |
children | f90fad823cea |
line wrap: on
line diff
--- a/base/Model.cpp Wed Jul 26 16:48:07 2006 +0000 +++ b/base/Model.cpp Thu Jul 27 16:06:32 2006 +0000 @@ -28,7 +28,7 @@ // if they want to be played. We can't do it from here because // the repository would be unable to tell whether we were playable // or not (because dynamic_cast won't work from the base class ctor) - PlayParameterRepository::instance()->removeModel(this); + PlayParameterRepository::getInstance()->removeModel(this); } QString