Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
983:a8f91db36e9d | 984:a54016762f77 |
---|---|
53 return 0; | 53 return 0; |
54 } | 54 } |
55 | 55 |
56 QString | 56 QString |
57 PropertyContainer::getPropertyValueLabel(const PropertyName &, int) const | 57 PropertyContainer::getPropertyValueLabel(const PropertyName &, int) const |
58 { | |
59 return QString(); | |
60 } | |
61 | |
62 QString | |
63 PropertyContainer::getPropertyValueIconName(const PropertyName &, int) const | |
58 { | 64 { |
59 return QString(); | 65 return QString(); |
60 } | 66 } |
61 | 67 |
62 RangeMapper * | 68 RangeMapper * |