Mercurial > hg > svcore
diff base/PropertyContainer.cpp @ 984:a54016762f77 normalize_hybrid_option
Experimentally add the hybrid normalisation as an option (not working well either in UI or implementation)
author | Chris Cannam |
---|---|
date | Fri, 12 Sep 2014 11:38:55 +0100 |
parents | 6a94bb528e9d |
children | 576be7933ec7 |
line wrap: on
line diff
--- a/base/PropertyContainer.cpp Wed Sep 10 09:40:45 2014 +0100 +++ b/base/PropertyContainer.cpp Fri Sep 12 11:38:55 2014 +0100 @@ -59,6 +59,12 @@ return QString(); } +QString +PropertyContainer::getPropertyValueIconName(const PropertyName &, int) const +{ + return QString(); +} + RangeMapper * PropertyContainer::getNewPropertyRangeMapper(const PropertyName &) const {