comparison layer/TextLayer.cpp @ 93:05c41701dc6c

* a bit of tidying, and another improvement to cache hit ratio in FFTCache for peak-frequency spectra
author Chris Cannam
date Tue, 09 May 2006 12:13:35 +0000
parents 4b98bda7e94d
children 453f7da3534e
comparison
equal deleted inserted replaced
92:23d1e37bbfb4 93:05c41701dc6c
69 69
70 QString 70 QString
71 TextLayer::getPropertyLabel(const PropertyName &name) const 71 TextLayer::getPropertyLabel(const PropertyName &name) const
72 { 72 {
73 if (name == "Colour") return tr("Colour"); 73 if (name == "Colour") return tr("Colour");
74 return "";
74 } 75 }
75 76
76 Layer::PropertyType 77 Layer::PropertyType
77 TextLayer::getPropertyType(const PropertyName &name) const 78 TextLayer::getPropertyType(const PropertyName &name) const
78 { 79 {