Mercurial > hg > svcore
diff base/PropertyContainer.cpp @ 190:60ba218a54bb
* Use RangeMappers in various places in plugin parameters, layer properties,
playback parameters &c
author | Chris Cannam |
---|---|
date | Mon, 16 Oct 2006 20:42:23 +0000 |
parents | 5b8392e80ed6 |
children | 1d789d688f59 |
line wrap: on
line diff
--- a/base/PropertyContainer.cpp Mon Oct 16 13:13:57 2006 +0000 +++ b/base/PropertyContainer.cpp Mon Oct 16 20:42:23 2006 +0000 @@ -56,6 +56,12 @@ return QString(); } +RangeMapper * +PropertyContainer::getNewPropertyRangeMapper(const PropertyName &) const +{ + return 0; +} + void PropertyContainer::setProperty(const PropertyName &name, int) {