diff layer/Colour3DPlotLayer.h @ 87:4b98bda7e94d

* Add property labels to property containers (so i18n() won't affect file format)
author Chris Cannam
date Wed, 03 May 2006 16:48:03 +0000
parents 19bf27e4fb29
children 2be85befe873
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Wed May 03 14:26:26 2006 +0000
+++ b/layer/Colour3DPlotLayer.h	Wed May 03 16:48:03 2006 +0000
@@ -66,6 +66,7 @@
 
     virtual bool getValueExtents(float &, float &, QString &) const { return false; }
 
+    virtual QString getPropertyLabel(const PropertyName &) const { return ""; }
 /*
     virtual PropertyList getProperties() const;
     virtual PropertyType getPropertyType(const PropertyName &) const;